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