njleonzhang / vue-data-tables

A simple, customizable and pageable table with SSR support, based on vue2 and element-ui
https://njleonzhang.github.io/vue-data-tables
MIT License
1.02k stars 221 forks source link

With element-ui On demand component #283

Closed yuniit closed 2 years ago

yuniit commented 3 years ago

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 ....

Screenshot from 2021-09-07 09-18-14

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