From 984a90820c9941916df2b547e53a6afc8c53711f Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 1 Jul 2020 23:13:43 +0800 Subject: [PATCH] docs: move toast to basic components (#6668) --- vant.config.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/vant.config.js b/vant.config.js index 73d8f62d7..9972a3faa 100644 --- a/vant.config.js +++ b/vant.config.js @@ -105,6 +105,10 @@ module.exports = { path: 'style', title: 'Style 内置样式', }, + { + path: 'toast', + title: 'Toast 轻提示', + }, ], }, { @@ -211,10 +215,6 @@ module.exports = { path: 'swipe-cell', title: 'SwipeCell 滑动单元格', }, - { - path: 'toast', - title: 'Toast 轻提示', - }, ], }, { @@ -452,6 +452,10 @@ module.exports = { path: 'style', title: 'Built-in style', }, + { + path: 'toast', + title: 'Toast', + }, ], }, { @@ -562,10 +566,6 @@ module.exports = { path: 'swipe-cell', title: 'SwipeCell', }, - { - path: 'toast', - title: 'Toast', - }, ], }, {