Skip to content

Commit

Permalink
feat: support Vite 4 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Dec 12, 2022
1 parent 70163f8 commit 266388c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
},
"peerDependencies": {
"@vue/compiler-sfc": "^2.7.0 || ^3.0.0",
"vite": "^2.0.0 || ^3.0.0-0"
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0"
},
"peerDependenciesMeta": {
"@vue/compiler-sfc": {
Expand Down

0 comments on commit 266388c

Please sign in to comment.