1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 21:37:22 +08:00

Add: Web app 0.2.1

This commit is contained in:
LmeSzinc
2021-10-08 18:10:41 +08:00
parent a4e4dda9f0
commit a32019d9e0
17 changed files with 310 additions and 152 deletions

View File

@@ -1,9 +1,8 @@
import {createRouter, createWebHashHistory} from 'vue-router';
import Home from '/@/components/Home.vue';
import Alas from '/@/components/Alas.vue';
const routes = [
{path: '/', name: 'Home', component: Home},
{path: '/about', name: 'About', component: () => import('/@/components/About.vue')}, // Lazy load route component
{path: '/', name: 'Alas', component: Alas},
];
export default createRouter({