vue-toast-demo-cc

1.0.3 • Public • Published

vue-toast-demo-cc

user

import VueToast  from 'vue-toast-demo-cc'
 
Vue.use(VueToast)
 
 
this.$toast.show("hello,toast")
 
//or
 
this.$toast.show("hello,toast",{
  duration:3000
})
 
// or
 
this.$toast.show("hello,toast",function(){
    //to-do  
})
 

image

/vue-toast-demo-cc/

    Package Sidebar

    Install

    npm i vue-toast-demo-cc

    Weekly Downloads

    4

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    299 kB

    Total Files

    17

    Last publish

    Collaborators

    • ccyinghua