From 777d16ad88e4c3b53e0d675807b1e32adeec5eb7 Mon Sep 17 00:00:00 2001 From: olefirenko Date: Sat, 22 Jan 2022 16:42:39 +0800 Subject: [PATCH] Version 1.0 for Vue 3 support --- README.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2102e2a..e3311ae 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ A Vue.js set of components to scan (or upload images) barcodes and QR codes. ## Demo -You can test in codesandbox demo site. +You can test in codesandbox demo site https://codesandbox.io/s/vue-barcode-reader-demo-guj3f -https://codesandbox.io/s/vue-barcode-reader-demo-guj3f +Or you can check the library in action on the website [parceltrackingapp.com](https://parceltrackingapp.com/en). ## Installation @@ -27,6 +27,10 @@ Or yarn add vue-barcode-reader ``` +### Vue 2.0 support + +For Vue 2.0 compatible version please use the `vue-barcode-reader@0.0.3`. + ### TypeScript There are type definitions available for those who work with TypeScript. diff --git a/package.json b/package.json index e093ce0..5948c1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-barcode-reader", - "version": "0.0.3", + "version": "1.0.0", "description": "Vue barcodes and QR codes scanner", "main": "src/index.js", "scripts": {