unplugin / unplugin-vue-components

📲 On-demand components auto importing for Vue
https://www.npmjs.com/package/unplugin-vue-components
MIT License
3.65k stars 341 forks source link

feat: add vuetify3Resolver labs support #755

Open TrueNine opened 1 month ago

TrueNine commented 1 month ago

Description

Linked Issues

Additional context

stackblitz[bot] commented 1 month ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

userquin commented 1 month ago

Use vuetify loader: https://github.com/vuetifyjs/vuetify-loader/tree/master

I mean, this PR will not be merged: you have a vite and webpack plugin to load components on demand.

For nuxt you can use the vuetify nuxt module, check nuxt module or configure the vite or webpack plugin from vuetify loader.

TrueNine commented 1 month ago

Thank you for your message. I was just exploring Vuetify and noticed the availability of experimental components. To achieve the desired outcome, I have opted to create a custom Resolver function myself.