mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
487001d697
.demo.md for component demo .demo-entry.md for demo entry .md for common docs
741 B
741 B
警示信息 Alert
根据我的经验,这东西使用最频繁的场景是让你关掉 AdBlocks。
演示
basic
closable
icon
no-icon
Props
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
closable | boolean |
false |
|
on-close | () => boolean | Promise<boolean> | any |
() => true |
|
on-after-hide | Function |
null |
|
show-icon | boolean |
true |
|
theme | 'light' | 'dark' | null |
null |
|
themed-style | { [themeName: string]: Object } | null |
null |
|
title | string |
null |
|
type | 'default' | 'info' | 'success' | 'warning' | 'error' |
'default' |
Slots
名称 | 参数 | 说明 |
---|---|---|
default | () |
|
header | () |
|
icon | () |
Events
名称 | 参数 | 说明 |
---|---|---|
after-hide | () |
|
close | () |