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/qrcode/demo/popover.vue

25 lines
425 B

<docs>
---
order: 8
title:
zh-CN: 高级用法
en-US: Advanced Usage
---
## zh-CN
带气泡卡片的例子
## en-US
With Popover.
</docs>
<template>
<a-popover :overlay-inner-style="{ padding: 0 }">
<template #content>
<a-qrcode value="http://www.antdv.com" :bordered="false" />
</template>
<img width="100" height="100" src="https://aliyuncdn.antdv.com/logo.png" />
</a-popover>
</template>