vue-qrcode
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -6,2 +6,10 @@ # Change Log | ||
## 0.3.2 (2020-01-30) | ||
**Note:** Version bump only for package vue-qrcode | ||
## 0.3.1 (2020-01-29) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "vue-qrcode", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "🤳 A Vue component for QR code generation with `qrcode`", | ||
@@ -32,3 +32,3 @@ "repository": "git@github.com:rx-ts/vue.git", | ||
"sideEffects": false, | ||
"gitHead": "76060f779b6136b2893de48c5a874cbc54e964a3" | ||
"gitHead": "fb1c0c40cd6f3f3d52f7b41bf7023012b924bf59" | ||
} |
@@ -1,5 +0,17 @@ | ||
# VueQRCode | ||
# VueQrcode | ||
> 🤳 A Vue component for QR code generation with [qrcode](https://github.com/soldair/node-qrcode) | ||
## TOC <!-- omit in toc --> | ||
- [Demo](#demo) | ||
- [Usage](#usage) | ||
- [Available Props](#available-props) | ||
- [Changelog](#changelog) | ||
- [License](#license) | ||
## Demo | ||
<VueQrcodeDemo/> | ||
## Usage | ||
@@ -9,10 +21,10 @@ | ||
<template> | ||
<qrcode value="https://www.1stg.me" /> | ||
<vue-qrcode value="https://www.1stg.me" /> | ||
</template> | ||
<script> | ||
import Qrcode from 'vue-qrcode' | ||
import VueQrcode from 'vue-qrcode' | ||
export default { | ||
components: { | ||
Qrcode, | ||
VueQrcode, | ||
}, | ||
@@ -38,1 +50,13 @@ } | ||
| `value` | `string | Array<{ data: string; mode?: string }>` | N/A | | ||
## Changelog | ||
Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md). | ||
## License | ||
[MIT][] © [JounQin][]@[1stG.me][] | ||
[1stg.me]: https://www.1stg.me | ||
[jounqin]: https://GitHub.com/JounQin | ||
[mit]: http://opensource.org/licenses/MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48781
17
863
61