docs: move toast to basic components (#6668)

This commit is contained in:
neverland 2020-07-01 23:13:43 +08:00 committed by GitHub
parent 5b7265fa5f
commit 984a90820c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
],
},
{