Skip to content

Commit

Permalink
docs: Vue Native not supported note
Browse files Browse the repository at this point in the history
Issue: #206, #210
  • Loading branch information
gruhn committed Nov 27, 2020
1 parent d3541f4 commit 573a6ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/QrcodeCapture.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Browser Support

The newest API this component depend on is the [FileReader API](https://caniuse.com/#feat=filereader).
The newest API this component depend on is the [FileReader API](https://caniuse.com/#feat=filereader). Vue Native is not supported (see [#206](https://github.com/gruhn/vue-qrcode-reader/issues/206)).

| ![Internet Explorer](./ie_32x32.png) | ![Edge](./edge2019_32x32.png) | ![Firefox](./firefox_32x32.png) | ![Chrome](./chrome_32x32.png) | ![Safari](./safari_32x32.png) |
| :---------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: |
Expand Down
1 change: 1 addition & 0 deletions docs/api/QrcodeDropZone.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Browser Support

The newest API this component depend on is the [FileReader API](https://caniuse.com/#feat=filereader).
Vue Native is not supported (see [#206](https://github.com/gruhn/vue-qrcode-reader/issues/206)).

| ![Internet Explorer](./ie_32x32.png) | ![Edge](./edge2019_32x32.png) | ![Firefox](./firefox_32x32.png) | ![Chrome](./chrome_32x32.png) | ![Safari](./safari_32x32.png) |
| :---------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: |
Expand Down
1 change: 1 addition & 0 deletions docs/api/QrcodeStream.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Browser Support

This component fundamentally depends on the [Stream API](https://caniuse.com/#feat=stream).
Vue Native is not supported (see [#206](https://github.com/gruhn/vue-qrcode-reader/issues/206)).

| ![Internet Explorer](./ie_32x32.png) | ![Edge](./edge2019_32x32.png) | ![Firefox](./firefox_32x32.png) | ![Chrome](./chrome_32x32.png) | ![Safari](./safari_32x32.png) |
| :---------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: |
Expand Down

0 comments on commit 573a6ca

Please sign in to comment.