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.
29 lines
563 B
29 lines
563 B
3 years ago
|
<docs>
|
||
|
---
|
||
|
order: 2
|
||
|
title:
|
||
|
zh-CN: 更灵活的内容展示
|
||
|
en-US: Customized content
|
||
|
---
|
||
|
|
||
|
## zh-CN
|
||
|
|
||
|
可以利用 `Card.Meta` 支持更灵活的内容
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
You can use `Card.Meta` to support more flexible content.
|
||
|
|
||
|
</docs>
|
||
|
|
||
|
<template>
|
||
|
<a-card hoverable style="width: 240px">
|
||
|
<template #cover>
|
||
|
<img alt="example" src="https://os.alipayobjects.com/rmsportal/QBnOOoLaAfKPirc.png" />
|
||
|
</template>
|
||
|
<a-card-meta title="Europe Street beat">
|
||
|
<template #description>www.instagram.com</template>
|
||
|
</a-card-meta>
|
||
|
</a-card>
|
||
|
</template>
|