diff --git a/vant.config.js b/vant.config.js index 255d6451c..c0a18b930 100644 --- a/vant.config.js +++ b/vant.config.js @@ -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' + }, ] }, { diff --git a/yarn.lock b/yarn.lock index 2938c969e..b8823e63e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2788,25 +2788,10 @@ camelcase@^5.0.0, camelcase@^5.3.1: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== -caniuse-lite@^1.0.30000957, caniuse-lite@^1.0.30000963: - version "1.0.30000967" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000967.tgz#a5039577806fccee80a04aaafb2c0890b1ee2f73" - integrity sha512-rUBIbap+VJfxTzrM4akJ00lkvVb5/n5v3EGXfWzSH5zT8aJmGzjA8HWhJ4U6kCpzxozUSnB+yvAYDRPY6mRpgQ== - -caniuse-lite@^1.0.30000967: - version "1.0.30000971" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000971.tgz#d1000e4546486a6977756547352bc96a4cfd2b13" - integrity sha512-TQFYFhRS0O5rdsmSbF1Wn+16latXYsQJat66f7S7lizXW1PVpWJeZw9wqqVLIjuxDRz7s7xRUj13QCfd8hKn6g== - -caniuse-lite@^1.0.30001004, caniuse-lite@^1.0.30001006: - version "1.0.30001008" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001008.tgz#b8841b1df78a9f5ed9702537ef592f1f8772c0d9" - integrity sha512-b8DJyb+VVXZGRgJUa30cbk8gKHZ3LOZTBLaUEEVr2P4xpmFigOCc62CO4uzquW641Ouq1Rm9N+rWLWdSYDaDIw== - -caniuse-lite@^1.0.30001012: +caniuse-lite@^1.0.30000957, caniuse-lite@^1.0.30000963, caniuse-lite@^1.0.30000967, caniuse-lite@^1.0.30001004, caniuse-lite@^1.0.30001006, caniuse-lite@^1.0.30001012: version "1.0.30001015" - resolved "https://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30001015.tgz?cache=0&sync_timestamp=1575445388179&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcaniuse-lite%2Fdownload%2Fcaniuse-lite-1.0.30001015.tgz#15a7ddf66aba786a71d99626bc8f2b91c6f0f5f0" - integrity sha1-Fafd9mq6eGpx2ZYmvI8rkcbw9fA= + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001015.tgz#15a7ddf66aba786a71d99626bc8f2b91c6f0f5f0" + integrity sha512-/xL2AbW/XWHNu1gnIrO8UitBGoFthcsDgU9VLK1/dpsoxbaD5LscHozKze05R6WLsBvLhqv78dAPozMFQBYLbQ== capture-exit@^2.0.0: version "2.0.0"