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.
ant-design-vue/components/spin/demo/tip.vue

27 lines
383 B

<docs>
---
order: 4
title:
zh-CN: 自定义描述文案
en-US: Customized description
---
## zh-CN
自定义描述文案
## en-US
Customized description content.
</docs>
<template>
<a-spin tip="Loading...">
<a-alert
message="Alert message title"
description="Further details about the context of this alert."
></a-alert>
</a-spin>
</template>