This commit is contained in:
A1300399510
2023-07-13 18:05:06 +08:00
parent a626223e64
commit c051c60e7e
7 changed files with 6 additions and 4 deletions

View File

@@ -6,7 +6,8 @@ const routes = [
{
path: '/',
name: 'home',
component: HomeView,
// component: HomeView,
component: () => import(/* webpackChunkName: "HomeView" */ '../views/HomeView.vue'),
meta: {
title: "首页"
}