vuetifyjs / vue-cli-plugins

🔌 A collection of Vuetify plugins for Vue CLI
https://vuetifyjs.com/en/getting-started/quick-start#vue-cli-3
Other
427 stars 113 forks source link

fix(plugin-vuetify): declare vue as a peer dependency #324

Open merceyz opened 2 years ago

merceyz commented 2 years ago

What's the problem this PR addresses?

vue-cli-plugin-vuetify attempts to require vue but doesn't declare it as a dependency. https://github.com/vuetifyjs/vue-cli-plugins/blob/4a09f6e51a295333b3425f70a591ab819de4aaaf/packages/vue-cli-plugin-vuetify/index.js#L15

How did you fix it?

Added vue as a peer dependency.