feat(account): implement user account page with skin upload

This commit is contained in:
2025-06-17 12:01:08 +03:00
parent d6059f4325
commit e391c16468
5 changed files with 235 additions and 5 deletions

View File

@@ -11,6 +11,7 @@
"dependencies": {
"axios": "^1.10.0",
"pinia": "^3.0.3",
"skinview3d": "^3.4.1",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
},