0.1.6 • Published 8 months ago

scq-toast v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
8 months 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

8 months ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago