mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-03 04:27:41 +08:00
228 B
228 B
#### 基本
最简单的用法,适用于简短的警告提示。
#### basic
The simplest usage for short messages.
<template>
<a-alert message="Success Text" type="success" />
</template>