Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qinfeng0214 opened this issue Nov 6, 2024 · 1 comment
Open

Comments

@qinfeng0214
Copy link

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

@qinfeng0214 qinfeng0214 changed the title 如何自动导入其他第三方组件库 How to automatically import other third-party component libraries Nov 6, 2024
@noootwo
Copy link
Contributor

noootwo commented Dec 19, 2024

You can use the unplugin-vue-components and
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants