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 d65de74 commit facbf6bCopy full SHA for facbf6b
1 file changed
packages/router/package.json
@@ -202,6 +202,7 @@
202
"@pinia/colada": ">=0.21.2",
203
"@vue/compiler-sfc": "^3.5.34",
204
"pinia": "^3.0.4",
205
+ "vite": "^7.0.0 || ^8.0.0",
206
"vue": "^3.5.34"
207
},
208
"peerDependenciesMeta": {
@@ -213,6 +214,9 @@
213
214
215
"@pinia/colada": {
216
"optional": true
217
+ },
218
+ "vite": {
219
+ "optional": true
220
}
221
222
"vetur": {
0 commit comments