This commit is contained in:
A1300399510
2023-07-13 18:35:33 +08:00
parent 5a918cda3e
commit 50baf3f699
6 changed files with 8 additions and 5 deletions

View File

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