⬆️ 升级 vue 3.2.24

This commit is contained in:
就眠儀式
2021-12-07 18:25:49 +08:00
parent a365fb30db
commit 4c39705dab
10 changed files with 119 additions and 19 deletions

View File

@@ -53,9 +53,14 @@ const zhCN = [
meta: { title: '规范' },
},
{
path: '/zh-CN/guide/sandbox',
component: () => import('../../docs/zh-CN/guide/sandbox.md'),
meta: { title: '沙盒' },
path: '/zh-CN/guide/theme',
component: () => import('../../docs/zh-CN/guide/theme.md'),
meta: { title: '主题' },
},
{
path: '/zh-CN/guide/sponsor',
component: () => import('../../docs/zh-CN/guide/sponsor.md'),
meta: { title: '赞助' },
},
],
},
@@ -266,6 +271,10 @@ const zhCN = [
path: '/zh-CN/components/load',
component: () => import('../../docs/zh-CN/components/load.md'),
meta: { title: '加载' },
},{
path: '/zh-CN/components/confirm',
component: () => import('../../docs/zh-CN/components/confirm.md'),
meta: { title: '确认' },
},
],
},

View File

@@ -342,6 +342,11 @@ export default {
title: '加载层',
subTitle: 'modal',
path: '/zh-CN/components/load',
}, {
id: 90,
title: '询问框',
subTitle: 'confirm',
path: '/zh-CN/components/confirm',
},
],
},

View File

@@ -77,15 +77,39 @@ export default {
{
id: 2,
title: '安装',
subTitle: 'get started',
subTitle: 'started',
path: '/zh-CN/guide/getStarted',
},
{
id: 3,
title: '更新',
subTitle: 'change log',
subTitle: 'change',
path: '/zh-CN/guide/changelog',
}
},
{
id: 4,
title: '问题',
subTitle: 'problem',
path: '/zh-CN/guide/problem',
},
{
id: 5,
title: '主题',
subTitle: 'theme',
path: '/zh-CN/guide/theme',
},
{
id: 6,
title: '赞助',
subTitle: 'sponsor',
path: '/zh-CN/guide/sponsor',
},
{
id: 7,
title: '贡献',
subTitle: 'contribution',
path: '/zh-CN/guide/contribution',
},
],
},
]