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
46644ff435
ant-design-vue
/
components
/
alert
/
demo
/
close-text.md
298 B
Raw
Blame
History
#### 自定义关闭 可以自定义关闭,自定义的文字会替换原先的关闭 `Icon`。 #### Customized Close Text Replace the default icon with customized text.
<template>
<a-alert message="Info Text" type="info" closeText="Close Now" />
</template>