Feat : add Pinia store

This commit is contained in:
2024-05-17 09:42:14 +02:00
parent 8264e4db74
commit 29503982f4
3 changed files with 69 additions and 0 deletions
+2
View File
@@ -10,7 +10,9 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
}