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/icon.vue

24 lines
303 B

<docs>
---
order: 1
title:
zh-CN: Icon 的例子
en-US: With Icon
---
## zh-CN
Icon 的二维码
## en-US
QRCode with Icon.
</docs>
<template>
<a-qrcode
error-level="H"
value="https://www.antdv.com"
icon="https://www.antdv.com/assets/logo.1ef800a8.svg"
/>
</template>