mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
chore: fix incorrect package name
This commit is contained in:
@@ -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'
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user