npm

vue-toast-lzy

1.0.0 • Public • Published

#vue-toast a toast plugin for vue #how to use

npm install vue-toast-lzy

import VueToast from 'vue-toast-lzy'

Vue.use(VueToast)

#in Vue components

this.$toast.show("hello")

#default by 3s

#more, for 5s duration

this.$toast.error("hello",{duration:5000})

this.$toast.success(hello,{duration:2000})

Readme

Keywords

none

Package Sidebar

Install

npm i vue-toast-lzy

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

35.6 kB

Total Files

10

Last publish

Collaborators

  • zhaoxingyu1993