qrcode.vue 二维码

最后更新于:2022-04-02 03:32:05

[TOC] ## 安装 `npm install --save qrcode.vue # yarn add qrcode.vue ` ## 使用 ``` ``` ## 参数 | prop | type | default value | expain | | --- | --- | --- | --- | | `value` | `String` | `''` | qrcode value | | `className` | `String` | `''` | qrcode element className | | `size` | `Number` | `100` | qrcode element size | | `level` | `String` | `L` | Error correction level ('L', 'M', 'Q', 'H') | | `background` | `String` | `#fff` | qrcode background color | | `foreground` | `String` | `#000` | qrcode color |
';