vue-toast-xyc

1.0.8 • Public • Published

vue-toast-xyc

a toast plugin

Usage

import Vue from 'vue'
import Toast from 'vue-toast-xyc'

Vue.use(Toast)

this.$toast.show("hello,toast")

or
 
this.$toast.show("hello,toast",{
  duration:3000
})
 
or
 
this.$toast.show("hello,toast",function(){
    //to-do 
})

/vue-toast-xyc/

    Package Sidebar

    Install

    npm i vue-toast-xyc

    Weekly Downloads

    1

    Version

    1.0.8

    License

    ISC

    Unpacked Size

    93.9 kB

    Total Files

    12

    Last publish

    Collaborators

    • yongchao9