Skip to content

wlp19910402/vue-toast-lp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-toast-lp

a toast plugins for vue.

Useage

// first import plugin
import VueToast from 'vue-toast-demo'

// and register the plugin on vue
Vue.use(VueToast)

//last ,you can call it.
this.$toast.show("Hello,Toast")

//or
this.$toast.show("Hello,Toast",{
  duration:3000
})

//or
this.$toast.show("Hello,Toast",function(){
  // to-do
})

```# vue-toast-lp

About

a toast plugins for vue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published