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

feat(resolver): add Vuetify 3 Beta resolver #335

Merged
merged 2 commits into from
Mar 23, 2022
Merged

Conversation

josh-hemphill
Copy link
Contributor

@josh-hemphill josh-hemphill commented Mar 22, 2022

added a second resolver under vuetify for the new Vue3/composition-api compatible version of vuetify now in beta, which uses a new import path for components.

After making this, I thought to look at the other resolvers and I didn't see other ones with multiple implementations exported, so I'm thinking the way to do this would be to instead give the resolver an optional parameter to set the version to the v3 beta. I've got that ready in my local version, and am happy to update it to that upon request.

closes #200

added a second resolver under vuetify for the new Vue3/composition-api compatible version of vuetify now in beta, which uses a new import path for components

closes unplugin#200
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
@martinussuherman
Copy link
Collaborator

Looks good ... thanks @josh-hemphill

@antfu please merge if you're okay, thanks.

@antfu antfu merged commit db05959 into unplugin:main Mar 23, 2022
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

Successfully merging this pull request may close these issues.

vuetifyResolver - path: 'vuetify/lib' => path: 'vuetify/components'
3 participants