vue-qr-generator
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "vue-qr-generator", | ||
"version": "3.0.0", | ||
"description": "Create QR codes with a simple Vue component, Fork of vue-qrcode-component that uses the KeeeX/qrcodejs code generator", | ||
"version": "3.0.1", | ||
"description": "Create QR codes with a simple Vue component, Fork of vue-qrcode-component that uses the KeeeX/qrcodejs code generator.", | ||
"main": "src/QRCode.vue", | ||
@@ -11,3 +11,4 @@ "keywords": [ | ||
"vue", | ||
"component" | ||
"component", | ||
"generator" | ||
], | ||
@@ -14,0 +15,0 @@ "author": "Anthony Lee (public.anthonylee@gmail.com) (https://www.anthonydlee.com)", |
@@ -1,5 +0,5 @@ | ||
# vue-qrcode-component | ||
# vue-qr-generator | ||
Create QR codes with a simple Vue component | ||
## [Demo and Documentation on GitHub Pages](https://gerardreches.github.io/vue-qrcode-component/) | ||
## [Demo and Documentation on GitHub Pages](https://gerardreches.github.io/vue-qr-generator/) | ||
@@ -11,6 +11,6 @@ ## Installation | ||
// Using NPM | ||
npm install vue-qrcode-component | ||
npm install vue-qr-generator | ||
// or Yarn | ||
yarn add vue-qrcode-component | ||
yarn add vue-qr-generator | ||
``` | ||
@@ -20,3 +20,3 @@ Then register the component: | ||
import Vue from 'vue' | ||
import VueQRCodeComponent from 'vue-qrcode-component' | ||
import VueQRCodeComponent from 'vue-qr-generator' | ||
Vue.component('qr-code', VueQRCodeComponent) | ||
@@ -23,0 +23,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
119139