ant-design-vue/components/alert/demo/basic.vue

22 lines
275 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<docs>
---
order: 0
title:
zh-CN: 基本用法
en-US: Basic usage
---
## zh-CN
最简单的用法适用于简短的警告提示
## en-US
The simplest usage for short messages.
</docs>
<template>
<a-alert message="Success Text" type="success" />
</template>