1.2.2 • Published 5 years ago

vue-z-toast v1.2.2

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

vue-z-toast

vue的toast插件

Usage

  1. install package yarn add vue-z-toast or npm install vue-z-toast

  2. register

    import VueZToast from 'vue-z-toast'
    import 'vue-z-toast/dist/index.min.css'
    ...
    Vue.use(VueZToast)
  3. use

    ...
    this.$toast('toast', 2500, { color: 'red', backgroundColor: 'rgba(125, 43, 86, .4)' })
    ...
  4. options

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago