ant-design-vue/components/card/demo/loading.md

20 lines
315 B
Markdown
Raw Normal View History

2018-03-09 05:26:34 +00:00
<cn>
#### 预加载的卡片
数据读入前会有文本块样式
</cn>
2018-04-06 12:56:19 +00:00
2018-03-09 05:26:34 +00:00
<us>
#### Loading card
Shows a loading indirector while the contents of the card is being featched
</us>
```html
<template>
<a-card loading title="Card title" style="width: 34%;">
whatever content
</a-card>
</template>
```