更新文档路径错误

This commit is contained in:
maplemei 2019-10-08 14:42:34 +08:00
parent 40b17440aa
commit 32611d9257
2 changed files with 3 additions and 3 deletions

2
dist/static/docs.js vendored

File diff suppressed because one or more lines are too long

View File

@ -32,11 +32,11 @@ export default [{
redirect: '/component/install',
component: Component,
children: [{
path: 'install',
path: '/component/install',
name: '安装与使用',
component: importMd('/install'),
}, {
path: 'options',
path: '/component/options',
name: '配置项与方法',
component: importMd('/options'),
}]