vuetoast

1.0.1 • Public • Published

vueToast

A mobile toast plugin for vue

Useage

import VueToast from 'vueToast'
 
Vue.use(VueToast)
 
this.$toast.show("hello, toast")
 
this.$toast.show("hello, toast", {
    duration: 3000
}) 
 
this.$toast.show("hello, toast", funcion() {
 
})

Readme

Keywords

Package Sidebar

Install

npm i vuetoast

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • ldq-first