We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a028a4b commit 6634db3Copy full SHA for 6634db3
packages/vite-plugin/package.json
@@ -25,6 +25,7 @@
25
},
26
"peerDependencies": {
27
"vite": "^2.7.0 || ^3.0.0 || ^4.0.0",
28
+ "vue": "^3.0.0",
29
"vuetify": "^3.0.0-beta.4"
30
31
"engines": {
packages/webpack-plugin/package.json
@@ -30,6 +30,7 @@
32
"@vue/compiler-sfc": "^3.2.6",
33
+ "vue": "^3.2.6",
34
"vuetify": "^3.0.0-beta.4",
35
"webpack": "^5.0.0"
36
0 commit comments