0.1.6 • Published 2 years ago

scq-toast v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

scq-toast

Installation

npm i scq-toast

yarn add scq-toast

main.js

import Toast  from 'scq-toast'
Vue.use(Toast)

Usage

duration参数可选,默认2000ms
this.$toast.success('成功!',duration)
this.$toast.fail('失败!',duration)

this.$toast.show('这是提示框!')

this.$toast.loading()
this.$toast.hide()
0.1.6

2 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago