项目作者: cwy930618cwy

项目描述 :
基于vue的toast
高级语言: JavaScript
项目地址: git://github.com/cwy930618cwy/cwy-toast.git
创建时间: 2020-01-03T03:28:18Z
项目社区:https://github.com/cwy930618cwy/cwy-toast

开源协议:

下载


vue-toast

导入组件库

  1. import Component from 'cwy-zh-toast';

注册组件库

  1. Vue.use(Component.Toast);

git 地址

  1. https://github.com/cwy930618cwy/cwy-toast

使用方法

  1. this.$toast.show({
  2. showType: '', // 显示图标类型 'success'
  3. toastMessage: '' // 显示的文字
  4. })

Customize configuration

See Configuration Reference.