njleonzhang / vue-data-tables

A simple, customizable and pageable table with SSR support, based on vue2 and element-ui

Home Page:https://njleonzhang.github.io/vue-data-tables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

With element-ui On demand component

yuniit opened this issue · comments

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