This commit is contained in:
xds
2026-02-04 15:23:34 +03:00
parent bde66219e6
commit b18d6a3fcb

View File

@@ -11,6 +11,11 @@ const router = createRouter({
},
{
path: '/',
name: 'characters-home',
component: () => import('../views/CharactersView.vue')
},
{
path: '/characters',
name: 'characters',
component: () => import('../views/CharactersView.vue')
},