更新wails3版本及nuxt版本

This commit is contained in:
zyj
2026-03-11 18:33:15 +08:00
parent dec0ad4cb5
commit 80c6f77772
6 changed files with 700 additions and 88 deletions

View File

@@ -10,9 +10,9 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@wailsio/runtime": "latest",
"nuxt": "^4.1.2",
"vue": "^3.5.21",
"vue-router": "^4.5.1"
"@wailsio/runtime": "^3.0.0-alpha.79",
"nuxt": "^4.3.1",
"vue": "^3.5.30",
"vue-router": "^5.0.3"
}
}