Update prefix, make linter happy
This commit is contained in:
parent
a619037fa7
commit
2f8682163e
|
|
@ -18,7 +18,11 @@ const router = createRouter({
|
|||
component: HomeView,
|
||||
beforeEnter(to, from, next) {
|
||||
window.location.href = "/sso/login/";
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/profile',
|
||||
component: () => import('../views/ProfileView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/learningpath',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
module.exports = {
|
||||
prefix: 'vbv-',
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue