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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user