提交
This commit is contained in:
@@ -6,8 +6,7 @@ const routes = [
|
||||
{
|
||||
path: '/',
|
||||
name: 'home',
|
||||
// component: HomeView,
|
||||
component: () => import(/* webpackChunkName: "HomeView" */ '../views/HomeView.vue'),
|
||||
component: HomeView,
|
||||
meta: {
|
||||
title: "首页"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user