27 lines
383 B
Vue
27 lines
383 B
Vue
<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>
|