Skip to content

Commit

Permalink
Fix vue version in example
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Feb 27, 2024
1 parent 3300991 commit 8286f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/survey-vue3-ui/example/package.json
Expand Up @@ -16,7 +16,7 @@
"survey-core": "../../../build/survey-core",
"survey-vue3-ui": "../../../build/survey-vue3-ui",
"surveyjs-widgets": "^1.9.40",
"vue": "^3.3.4",
"vue": "3.4.19",
"vue-router": "^4.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit 8286f88

Please sign in to comment.