22 lines
304 B
Vue
22 lines
304 B
Vue
|
<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>
|