⬆️ 升级 vue 3.2.24
This commit is contained in:
@@ -342,6 +342,11 @@ export default {
|
||||
title: '加载层',
|
||||
subTitle: 'modal',
|
||||
path: '/zh-CN/components/load',
|
||||
}, {
|
||||
id: 90,
|
||||
title: '询问框',
|
||||
subTitle: 'confirm',
|
||||
path: '/zh-CN/components/confirm',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user