using axios and global store pinia

This commit is contained in:
2025-11-30 14:07:47 +00:00
parent 57a6134d24
commit 52b182730c
6 changed files with 356 additions and 18 deletions

View File

@@ -12,6 +12,8 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.13.2",
"pinia": "^3.0.4",
"vue": "^3.5.22",
"vue-router": "^4.6.3"
},