[依赖] 整体架构依赖升级

This commit is contained in:
就眠仪式
2021-09-29 17:22:33 +08:00
parent 4bf593831c
commit 0917b9dd3c
24 changed files with 6420 additions and 80 deletions

View File

@@ -12,6 +12,11 @@ const zhCN = [
component: () => import('../../docs/zh-CN/guide/home.md'),
meta: { title: '介绍' },
},
{
path: '/zh-CN/guide/install',
component: () => import('../../docs/zh-CN/guide/install.md'),
meta: { title: '安装' },
},
],
},
{