项目作者: cwy930618cwy
项目描述 :
基于vue的toast
高级语言: JavaScript
项目地址: git://github.com/cwy930618cwy/cwy-toast.git
vue-toast
导入组件库
import Component from 'cwy-zh-toast';
注册组件库
Vue.use(Component.Toast);
git 地址
https://github.com/cwy930618cwy/cwy-toast
使用方法
this.$toast.show({
showType: '', // 显示图标类型 'success'
toastMessage: '' // 显示的文字
})
Customize configuration
See Configuration Reference.