mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
docs: move toast to basic components (#6668)
This commit is contained in:
@@ -105,6 +105,10 @@ module.exports = {
|
|||||||
path: 'style',
|
path: 'style',
|
||||||
title: 'Style 内置样式',
|
title: 'Style 内置样式',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: 'toast',
|
||||||
|
title: 'Toast 轻提示',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -211,10 +215,6 @@ module.exports = {
|
|||||||
path: 'swipe-cell',
|
path: 'swipe-cell',
|
||||||
title: 'SwipeCell 滑动单元格',
|
title: 'SwipeCell 滑动单元格',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: 'toast',
|
|
||||||
title: 'Toast 轻提示',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -452,6 +452,10 @@ module.exports = {
|
|||||||
path: 'style',
|
path: 'style',
|
||||||
title: 'Built-in style',
|
title: 'Built-in style',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: 'toast',
|
||||||
|
title: 'Toast',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -562,10 +566,6 @@ module.exports = {
|
|||||||
path: 'swipe-cell',
|
path: 'swipe-cell',
|
||||||
title: 'SwipeCell',
|
title: 'SwipeCell',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: 'toast',
|
|
||||||
title: 'Toast',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user