Skip to content

Commit

Permalink
fix: use alova latest version in vue example
Browse files Browse the repository at this point in the history
  • Loading branch information
JOU-amjs committed Jul 30, 2024
1 parent d9a2627 commit 6189071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"@alova/mock": "beta",
"@alova/mock": "latest",
"@nordhealth/components": "^3.14.1",
"@nordhealth/css": "^3.2.1",
"alova": "beta",
"alova": "latest",
"trix": "^2.1.3",
"vue": "^3.4.33"
},
Expand Down

0 comments on commit 6189071

Please sign in to comment.