unplugin / unplugin-auto-import

Auto import APIs on-demand for Vite, Webpack and Rollup
MIT License
3.31k stars 200 forks source link

How to automatically import other third-party component libraries #542

Open qinfeng0214 opened 3 weeks ago

qinfeng0214 commented 3 weeks ago

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