You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi!
I want to automatically import a third-party component library, but the current resolver does not have a resolver for this component library
Current usage: import { Table, TableColumn, Button } from '@king-design/vue';
I hope to automatically import the @king-design/vue component library with the help of unplugin-auto-import and unplugin-vue-components
The text was updated successfully, but these errors were encountered:
qinfeng0214
changed the title
如何自动导入其他第三方组件库
How to automatically import other third-party component libraries
Nov 6, 2024
hi!
I want to automatically import a third-party component library, but the current resolver does not have a resolver for this component library
Current usage:
import { Table, TableColumn, Button } from '@king-design/vue';
I hope to automatically import the @king-design/vue component library with the help of unplugin-auto-import and unplugin-vue-components
The text was updated successfully, but these errors were encountered: