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.
|
<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>
|