hooks module replace ecology

This commit is contained in:
就眠儀式
2021-12-11 00:35:18 +08:00
parent a921e26819
commit 522c8a1a32
8 changed files with 82 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ import Component from '../view/component.vue'
import Hooks from '../view/hooks.vue'
import Guide from '../view/guide.vue'
import Index from '../view/index.vue'
import Ecology from '../view/ecology.vue'
const zhCN = [
{
@@ -16,6 +17,11 @@ const zhCN = [
component: Index,
meta: { title: '指南' },
},
{
path: '/zh-CN/ecology',
component: Ecology,
meta: { title: '生态' },
},
{
path: '/zh-CN/guide',
redirect: '/zh-CN/guide/introduce',
@@ -262,6 +268,10 @@ const zhCN = [
component: () =>
import('../../docs/zh-CN/components/colorPicker.md'),
meta: { title: '颜色选择器' },
},{
path: '/zh-CN/components/layer',
component: () => import('../../docs/zh-CN/components/layer.md'),
meta: { title: '简介' },
},
{
path: '/zh-CN/components/modal',