chore: fix incorrect package name

This commit is contained in:
陈嘉涵
2019-12-11 13:54:30 +08:00
parent 0a45afad42
commit d933ae00fd
2 changed files with 13 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
title: 'vant',
name: 'vant',
build: {
site: {
publicPath: 'vant/'
@@ -47,10 +47,6 @@ module.exports = {
path: 'changelog',
title: '更新日志'
},
{
path: 'style',
title: '内置样式'
},
{
path: 'theme',
title: '定制主题'
@@ -100,6 +96,10 @@ module.exports = {
{
path: 'popup',
title: 'Popup 弹出层'
},
{
path: 'style',
title: 'Style 内置样式'
}
]
},
@@ -391,10 +391,6 @@ module.exports = {
path: 'changelog',
title: 'Changelog'
},
{
path: 'style',
title: 'Built-in style'
},
{
path: 'theme',
title: 'Custom Theme'
@@ -432,7 +428,11 @@ module.exports = {
{
path: 'popup',
title: 'Popup'
}
},
{
path: 'style',
title: 'Built-in style'
},
]
},
{