unplugin / unplugin-vue-components

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

Vuetify Labs components not included in Vuetify resolver #693

Open josh-hemphill opened 10 months ago

josh-hemphill commented 10 months ago

Clear and concise description of the problem

The Vuetify package includes a subdirectory with the components that are early stages, so these components are technically part of the same package, but not provided by the resolver.

Suggested solution

Since it should probably still be optional to include them, maybe the best solution would be to add another Vuetify resolver named something like Vuetify3LabsResolver and let people include it if they want.

Alternative

No response

Additional context

No response

Validations