UNPKG
amazeui-vue
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.1
Amaze UI components built with vue.js
github.com/zcoding/amazeui-vue
zcoding/amazeui-vue
amazeui-vue
/
src
/
alert
/
README.md
19 lines
(12 loc)
•
440 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
Alert
显示可关闭的页内警告信息。
#
# props
#
## closed
决定关闭行为。这个函数将在调用组件销毁函数之后调用。
#
## closeable
决定是否可通过点击关闭按钮关闭
#
# methods
#
## close
触发关闭Alert,如果有closed,则在关闭之后调用closed。调用这个函数表示Alert的生命周期已经结束。
#
## style
决定外观颜色,'secondary', 'success', 'warning', 'danger'