docs: 更新文档

This commit is contained in:
就眠仪式
2021-10-22 17:50:59 +08:00
parent a04dd07764
commit c9ac10b546
6 changed files with 47 additions and 18 deletions

View File

@@ -1,18 +1,18 @@
import BaseLayout from '../layouts/Layout.vue'
import Component from '../view/component.vue'
import Guide from '../view/guide.vue'
import Home from '../view/home.vue'
import Index from '../view/index.vue'
const zhCN = [
{
path: '/',
redirect: '/zh-CN/home',
redirect: '/zh-CN/index',
component: BaseLayout,
meta: { title: '首页', icon: 'el-icon-position' },
meta: { title: '首页' },
children: [
{
path: '/zh-CN/home',
component: Home,
path: '/zh-CN/index',
component: Index,
meta: { title: '指南' },
},
{