qrcode-of-this-site
v3.0.2
Published
<img src="/img/IMG_0228.PNG" width="50%"/>
Downloads
44
Readme
QRcode of this site
Install
yarn add qrcode-of-this-site
#or
npm install qrcode-of-this-site
How to use
Import QRcode, then put on your Vue template as follows:
<template>
<QRcode/>
<template>
<script>
import {QRcode} from 'qrcode-of-this-site'
export default {
components: {QRcode},
}
</script>
A sample of usage in the demo site code is here.
Demo
Demo site is available at here. You can see QR code of that site in the top of the navigation drawer.
Q&A
Github issues are available. Any questions, suggestions, reports are welcome!
Author
History
- 1.0.4 2021.04.01 first version.
- 1.1.1 2021.06.23 decrease package size
- 2.0.1 2022.12.20 for Vue2
- 3.0.1 2022.12.20 for Vue3