1.1.6 • Published 5 years ago

vue-toast-x v1.1.6

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

基于vue的全局toast提示

NPM

npm install vue-toast-x

Example

import Toast form 'vue-toast-x'
vue.use(Toast)

new Vue({
    methods: {
        showFn () {
            this.$toast('我是提示语!', 5000, 'fade');
        }
    }
})

Api

参数

NameTypeDefaultDescription
msgString"vertical"字符串
durationNumber3000单位毫秒(ms)
typeString"spread"所有动画类型:spread(张开);fade(渐隐);upFade(从上向下渐隐)
1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago