fix ident user
Showing
This diff is collapsed.
... | @@ -12,6 +12,7 @@ | ... | @@ -12,6 +12,7 @@ |
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54", | "@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54", | ||
"@nuxtjs/axios": "^5.0.0", | "@nuxtjs/axios": "^5.0.0", | ||
"@nuxtjs/toast": "^3.3.1", | "@nuxtjs/toast": "^3.3.1", | ||
"@pinia/nuxt": "^0.4.6", | |||
"axios": "^1.2.1", | "axios": "^1.2.1", | ||
"bootstrap": "^4.6.2", | "bootstrap": "^4.6.2", | ||
"bootstrap-vue": "^2.23.1", | "bootstrap-vue": "^2.23.1", | ||
... | @@ -20,6 +21,8 @@ | ... | @@ -20,6 +21,8 @@ |
"jsonwebtoken": "^9.0.0", | "jsonwebtoken": "^9.0.0", | ||
"moment-jalaali": "^0.9.6", | "moment-jalaali": "^0.9.6", | ||
"nuxt": "^2.15.8", | "nuxt": "^2.15.8", | ||
"pinia": "^2.0.29", | |||
"pinia-plugin-persistedstate": "^3.0.2", | |||
"prism-themes": "^1.9.0", | "prism-themes": "^1.9.0", | ||
"vue": "^2.7.10", | "vue": "^2.7.10", | ||
"vue-axios": "^3.5.2", | "vue-axios": "^3.5.2", | ||
... | ... |
pages/user/index.vue
deleted
100644 → 0
Please register or sign in to comment