0.0.1 • Published 2 years ago
vue2-qr v0.0.1
vue2-qr
English | 中文
Introduction
A plugin suitable for vue2.x with a QR code in the center with a logo.
Example
Run demo
# yarn
yarn install
# npm
npm install# yarn
yarn serve
# npm
npm run serveHow to use
import { Vue2Qrcode } from "vue2-qr";<Vue2Qrcode
content="https://www.npmjs.com/"
width="100"
:logoImg="require('./assets/logo.png')"
/>Parameter explanation
| Parameter | Explain | Type | Default |
|---|---|---|---|
| content | Content that needs to be converted into QR code | String | '' |
| width | QR code width | Number | String | 200 |
| logoImg | Logo picture in the center area. If no picture is required, do not set it | String | '' |
| logoZoom | The scaling ratio of the logo image in the center area | Number | 0.2 |
0.0.1
2 years ago