Closed yuniit closed 2 years ago
How can I use vue-data-table without fully import element-ui component?
Should be work after import element UI to component
Error: Unknown custom element <el-table>,<el-pagination> etc ....
<el-table>
<el-pagination>
...
I follow element-ui instructions: https://element.eleme.io/#/en-US/component/quickstart to us element-ui On demand with the help of babel-plugin-component.
Please help, Thanks
How can I use vue-data-table without fully import element-ui component?
Expected Behavior
Should be work after import element UI to component
Current Behavior
Error: Unknown custom element
<el-table>
,<el-pagination>
etc ....Steps to Reproduce
...
Detailed Description
I follow element-ui instructions: https://element.eleme.io/#/en-US/component/quickstart to us element-ui On demand with the help of babel-plugin-component.
Please help, Thanks