0.3.3 • Published 6 years ago

cwy-zh-toast v0.3.3

Weekly downloads
45
License
-
Repository
-
Last release
6 years ago

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.

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.4

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago