fix(props): 修复 tab 和 menu 的双绑逻辑

This commit is contained in:
就眠仪式
2021-10-18 16:43:49 +08:00
parent aa51c44432
commit 9059eb6e75
9 changed files with 128 additions and 26 deletions

View File

@@ -105,6 +105,12 @@ export default {
subTitle: 'change log',
path: '/zh-CN/guide/changelog',
},
{
id: 39,
title: '沙盒',
subTitle: 'sandbox',
path: '/zh-CN/guide/sandbox'
},
{
id: 4,
title: '布局',

View File

@@ -22,6 +22,11 @@ const zhCN = [
component: () => import('../../docs/zh-CN/guide/changelog.md'),
meta: { title: '更新' },
},
{
path: '/zh-CN/guide/sandbox',
component: () => import('../../docs/zh-CN/guide/sandbox.md'),
meta: { title: '沙盒' },
},
],
},
{