There was an error while loading. Please reload this page.
1 parent cbbf684 commit 23df360Copy full SHA for 23df360
src/helpers/router.js
@@ -5,6 +5,7 @@ import { HomeView, LoginView } from '@/views';
5
6
export const router = createRouter({
7
history: createWebHistory(import.meta.env.BASE_URL),
8
+ linkActiveClass: 'active',
9
routes: [
10
{ path: '/', component: HomeView },
11
{ path: '/login', component: LoginView }
0 commit comments