QRCode 二维码

# QRCode 二维码

生成二维码。

# 基本用法

<template>
  <aui-qrcode value="http://www.agree.com.cn/"></aui-qrcode>
</template>
显示代码 复制代码

# 改变类型及颜色

<template>
  <aui-qrcode value="http://www.agree.com.cn/" type="canvas"></aui-qrcode>
  <aui-qrcode value="http://www.agree.com.cn/" fg-color="blue"></aui-qrcode>
</template>
显示代码 复制代码

# Attributes

参数 说明 类型 可选值 默认值
value 内容 string -
bgColor 背景色 string "#FFFFFF"
fgColor 前景色(二维码颜色) string "#000000"
type 二维码类型 string "img"/"canvas" "img"
Last Updated: 2022/6/14 下午3:50:46