add styles from kontor-api to kontor-vue

This commit is contained in:
Thomas Peetz
2025-08-18 00:06:12 +02:00
parent 976a116799
commit 65f5e4bb2e
18 changed files with 219 additions and 374 deletions
+3 -6
View File
@@ -16,12 +16,9 @@ const router = createRouter({
component: ComicsView,
},
{
path: '/about',
name: 'about',
// route level code-splitting
// this generates a separate chunk (About.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import('../views/AboutView.vue'),
path: '/comic/artists',
name: 'artists',
component: () => import('@/views/ComicsView.vue')
},
],
})