⬆️ 升级 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

@@ -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',
},
],
},
]