Added vuetify + test button, Added linter and format on save
This commit is contained in:
@@ -14,17 +14,17 @@ const router = createRouter({
|
||||
component: HomeView
|
||||
},
|
||||
{
|
||||
path:'/creatorfolio',
|
||||
path: '/creatorfolio',
|
||||
name: 'creatorfolio',
|
||||
component: CreatorFolio
|
||||
},
|
||||
{
|
||||
path:'/yourprofile',
|
||||
path: '/yourprofile',
|
||||
name: 'yourprofile',
|
||||
component: YourProfile
|
||||
},
|
||||
{
|
||||
path:'/contact',
|
||||
path: '/contact',
|
||||
name: 'contact',
|
||||
component: ContactView
|
||||
},
|
||||
@@ -38,7 +38,7 @@ const router = createRouter({
|
||||
name: 'login',
|
||||
component: LoginView
|
||||
},
|
||||
|
||||
|
||||
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user