0.3.3 • Published 4 years ago

cwy-zh-toast v0.3.3

Weekly downloads
45
License
-
Repository
-
Last release
4 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

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago