From efb6f3a593cc4495cc05145080765865ea198098 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Mon, 29 Dec 2025 11:25:26 +0800 Subject: feat: initialize Streamlit app with basic title and instructions --- src/router/index.ts | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/router/index.ts (limited to 'src/router') diff --git a/src/router/index.ts b/src/router/index.ts deleted file mode 100644 index 65353da..0000000 --- a/src/router/index.ts +++ /dev/null @@ -1,26 +0,0 @@ -// Composables -import { createRouter, createWebHistory } from 'vue-router' - -const routes = [ - { - path: '/', - component: () => import('@/layouts/default/Default.vue'), - children: [ - { - path: '', - name: 'Home', - // 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(/* webpackChunkName: "home" */ '@/views/Home.vue'), - }, - ], - }, -] - -const router = createRouter({ - history: createWebHistory(process.env.BASE_URL), - routes, -}) - -export default router -- cgit v1.2.3-70-g09d2