Compare commits
2 Commits
e07dcd5a78
...
3251939454
| Author | SHA1 | Date | |
|---|---|---|---|
| 3251939454 | |||
| a97556b9ae |
Generated
+3
-3
@@ -1789,9 +1789,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/vuetify": {
|
"node_modules/vuetify": {
|
||||||
"version": "4.1.2",
|
"version": "4.1.5",
|
||||||
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.5.tgz",
|
||||||
"integrity": "sha512-2SUzXt2Q71/cVmSZhU6kOmAo1ev3NZaI/ynj55TTcu6jXAc9kezoqZKY+Xm+0STnAOcCoTseF0qPSs01LjUaaA==",
|
"integrity": "sha512-cR3XMzWbVll9wSdarhH7asT27zm23rMNM5dQ9pMGwTPGwEm0km8mY6ERJAGHIa/nMw0pYXWHjf1O9qJ/0PtZCQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "github",
|
"type": "github",
|
||||||
|
|||||||
+2
-2
@@ -2,7 +2,7 @@ const routes = [
|
|||||||
{
|
{
|
||||||
name: 'user_profile',
|
name: 'user_profile',
|
||||||
path: '/me',
|
path: '/me',
|
||||||
component: () => import('@/views/ProfilePage.vue'),
|
component: () => import('@/pages/Main.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
requiresAuth: true
|
requiresAuth: true
|
||||||
}
|
}
|
||||||
@@ -10,7 +10,7 @@ const routes = [
|
|||||||
{
|
{
|
||||||
name: 'user_profile-tab',
|
name: 'user_profile-tab',
|
||||||
path: '/me/:tab',
|
path: '/me/:tab',
|
||||||
component: () => import('@/views/ProfilePage.vue'),
|
component: () => import('@/pages/Main.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
requiresAuth: true
|
requiresAuth: true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user