🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
304 B

<docs>
---
order: 5
title:
zh-CN: 自定义关闭
en-US: Customized Close Text
---
## zh-CN
自定义图标让信息类型更加醒目
## en-US
Replace the default icon with customized text.
</docs>
<template>
<a-alert message="Info Text" type="info" close-text="Close Now" />
</template>