perf: 修改 use 为 hooks
This commit is contained in:
@@ -46,6 +46,11 @@ const zhCN = [
|
||||
component: () => import('../../docs/zh-CN/guide/contribution.md'),
|
||||
meta: { title: '贡献' },
|
||||
},
|
||||
{
|
||||
path: '/zh-CN/guide/norms',
|
||||
component: () => import('../../docs/zh-CN/guide/norms.md'),
|
||||
meta: { title: '规范' },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -86,6 +86,12 @@ export default {
|
||||
subTitle: 'change log',
|
||||
path: '/zh-CN/guide/changelog',
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: '规范',
|
||||
subTitle: 'norms',
|
||||
path: '/zh-CN/guide/norms',
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: '问题',
|
||||
|
||||
Reference in New Issue
Block a user