cwy930618cwy / cwy-toast

基于vue的toast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

基于vue的toast


Languages

Language:JavaScript 41.7%Language:CSS 36.1%Language:Vue 14.1%Language:HTML 8.1%