This commit is contained in:
RickCole21 2020-08-03 14:02:46 +08:00
parent d13034bd5e
commit 355e09decd

View File

@ -916,7 +916,7 @@ export const docs = [
},
{
label: 'Tabs 选项卡',
path: '/docs/components/tabstabs',
path: '/docs/components/tabs',
getComponent: (location, cb) =>
require(['../../docs/components/tabs.md'], doc => {
cb(null, makeMarkdownRenderer(doc));