naive-ui/demo/documentation/components/alert/zhCN/noIcon.md

7 lines
144 B
Markdown
Raw Normal View History

2020-02-04 12:55:07 +08:00
# 没有图标
```html
<n-alert :show-icon="false">
Yeah I'm back in the U.S.S.R.<br />
You don't know how lucky you are boys
</n-alert>
```