0.1.2 • Published 5 years ago

vue-x-notify v0.1.2

Weekly downloads
15
License
-
Repository
github
Last release
5 years ago

notifyapp

vue.js 消息通知notify

Install

npm

$ npm i vue-x-notify

Usage

import Xnotify from 'vue-x-notify'
import 'vue-x-notify/lib/vue-app-notify.css'

Vue.use(Xnotify)

调用 Xnotify(options)

Options

参数说明类型默认值
title标题string
text内容string
closeBtnText关闭按钮文本string关闭
closeBtnColor关闭按钮颜色string#00bfff
backgroundColor背景色string#f5f5f5
zIndex堆叠顺序number3000
0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago