Skip to content

Commit

Permalink
Merge pull request #27 from olefirenko/feature/v1
Browse files Browse the repository at this point in the history
Version 1.0 for Vue 3 support
  • Loading branch information
olefirenko authored Jan 22, 2022
2 parents abd16c7 + 777d16a commit 65121ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 65121ff

Please sign in to comment.