Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Jan 19, 2022
1 parent 5694ddc commit 9a1cdd4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ import VueQr from 'vue-qr'

// vue3.0 (support vite)
import vueQr from 'vue-qr/src/packages/vue-qr.vue'
new Vue({
components: {VueQr}
})
...
{
components: {VueQr}
}
```
## Usage
**In template**
Expand Down

0 comments on commit 9a1cdd4

Please sign in to comment.