0.0.2 • Published 6 years ago

vue-toast-b v0.0.2

Weekly downloads
7
License
MIT
Repository
-
Last release
6 years ago

vue-toast

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

import Toast from 'vue-toast-b'

Vue.use(Toast)

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

this.$toast.show("hello, toast", { duration: 3000 })

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

})

0.0.2

6 years ago

0.0.1

6 years ago

1.0.0

6 years ago