1.0.6 • Published 8 years ago
plugin-toast v1.0.6
plugin toast
Demo
安装
npm install plugin-toast --save
例子
import Toast from 'plugin-toast'
new Toast({
icon : 'success',
text : '加载中'
})
Options
icon
none | success | warntext
文案
npm install plugin-toast --save
import Toast from 'plugin-toast'
new Toast({
icon : 'success',
text : '加载中'
})
icon
none | success | warntext
文案