You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before I used to use vue-cli-plugin-vuetify in my vue-cli remote preset and it used to work fine but now I'm running into this error:
I noticed my preset is set to default and when using vue add vuetify I saw Default (recommended), Prototype (rapid development), and Configure (advanced) are no longer options since Vuetify 3 has been added.
If this has been updated is there documentation on what to put here to use Vuetify 2 - Vue CLI (recommended)?
Otherwise, I might have to just use vue add vuetify every time which isn't ideal.
This should be documented somewhere. My Vue preset was breaking with this plugin included and couldn't find out the source why until I found this commit: 4a2aa76 with the key being changed from preset -> install
Before I used to use vue-cli-plugin-vuetify in my vue-cli remote preset and it used to work fine but now I'm running into this error:
I noticed my preset is set to default and when using
vue add vuetify
I saw Default (recommended), Prototype (rapid development), and Configure (advanced) are no longer options since Vuetify 3 has been added.If this has been updated is there documentation on what to put here to use Vuetify 2 - Vue CLI (recommended)?
Otherwise, I might have to just use
vue add vuetify
every time which isn't ideal.here is my remote preset for reference:
The text was updated successfully, but these errors were encountered: