naive-ui/demo/documentation/components/alert/zhCN/index.demo-entry.md
07akioni 487001d697 build: add changelog to site, refactor loader based on suffix
.demo.md for component demo
.demo-entry.md for demo entry
.md for common docs
2020-08-19 23:30:04 +08:00

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 ()