vue-toast-song
v1.0.1
Published
a toast demo for vue.js
Downloads
13
Readme
vue-toast demo
install
npm install --save vue-toast-songimport
import toast from 'vue-toast-song'
Vue.use(toast);use
this.$toast({
text: 'text',
duration: 3000 //default
})