feat: migrate Toast component

This commit is contained in:
chenjiahan
2020-08-07 07:16:33 +08:00
parent 17c64b24e7
commit 5d2cd516ed
5 changed files with 96 additions and 87 deletions

View File

@@ -106,10 +106,10 @@ module.exports = {
path: 'style',
title: 'Style 内置样式',
},
// {
// path: 'toast',
// title: 'Toast 轻提示',
// },
{
path: 'toast',
title: 'Toast 轻提示',
},
],
},
{
@@ -440,10 +440,10 @@ module.exports = {
path: 'style',
title: 'Built-in style',
},
// {
// path: 'toast',
// title: 'Toast',
// },
{
path: 'toast',
title: 'Toast',
},
],
},
{