This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
594dc07dff
ant-design-vue
/
components
/
alert
/
demo
/
basic.md
227 B
Raw
Blame
History
#### 基本 最简单的用法,适用于简短的警告提示。 #### basic The simplest usage for short messages.
<template>
<a-alert message="Success Text" type="success" />
</template>