diff --git a/pr-preview/pr-435/404.html b/pr-preview/pr-435/404.html index 0adeb8c8..ac63b4cf 100644 --- a/pr-preview/pr-435/404.html +++ b/pr-preview/pr-435/404.html @@ -17,7 +17,7 @@
Skip to content

404

PAGE NOT FOUND

But if you don't change your direction, and if you keep looking, you may end up where you are heading.

Released under the MIT License.

- + \ No newline at end of file diff --git a/pr-preview/pr-435/api/QrcodeCapture.html b/pr-preview/pr-435/api/QrcodeCapture.html index 0fea91a7..0f27481f 100644 --- a/pr-preview/pr-435/api/QrcodeCapture.html +++ b/pr-preview/pr-435/api/QrcodeCapture.html @@ -30,7 +30,7 @@ multiple /> </template>

Because the input element is the root element of the component and because Vue components accept fallthrough attributes you can make use of any valid input attribute:

html
<qrcode-capture disabled />

You can also override attributes. To remove attributes, set them to null:

html
<qrcode-capture :capture="null" />

Slots

no slots

- + \ No newline at end of file diff --git a/pr-preview/pr-435/api/QrcodeDropZone.html b/pr-preview/pr-435/api/QrcodeDropZone.html index 6b55884c..159e92d8 100644 --- a/pr-preview/pr-435/api/QrcodeDropZone.html +++ b/pr-preview/pr-435/api/QrcodeDropZone.html @@ -50,7 +50,7 @@ }

WARNING

This is a custom event not to be confused with native dragover. If you really need to listen for the DOM event instead, use Vues native event modifier.

decode removed in v5.0.0

Use detect instead.

docs for v4.0.0

Props

no props

Slots

default

This component merely renders a wrapper div. Its height is defined by the content inside so it will have zero height if you don't provide any content.

html
<qrcode-drop-zone>
   <b>put anything here</b>
 </qrcode-drop-zone>
- + \ No newline at end of file diff --git a/pr-preview/pr-435/api/QrcodeStream.html b/pr-preview/pr-435/api/QrcodeStream.html index 38113568..6f78e324 100644 --- a/pr-preview/pr-435/api/QrcodeStream.html +++ b/pr-preview/pr-435/api/QrcodeStream.html @@ -120,7 +120,7 @@ }

Slots

default

Any distributed content overlays the camera stream, wrapped in a position: absolute container.

html
<qrcode-stream>
   <b>stuff here overlays the camera stream</b>
 </qrcode-stream>
- + \ No newline at end of file diff --git a/pr-preview/pr-435/demos/DragDrop.html b/pr-preview/pr-435/demos/DragDrop.html index ea61265b..6b326ddd 100644 --- a/pr-preview/pr-435/demos/DragDrop.html +++ b/pr-preview/pr-435/demos/DragDrop.html @@ -106,7 +106,7 @@ font-weight: bold; } </style> - + \ No newline at end of file diff --git a/pr-preview/pr-435/demos/FullDemo.html b/pr-preview/pr-435/demos/FullDemo.html index 67698754..22fb105e 100644 --- a/pr-preview/pr-435/demos/FullDemo.html +++ b/pr-preview/pr-435/demos/FullDemo.html @@ -259,7 +259,7 @@ display: inline-block; } </style> - + \ No newline at end of file diff --git a/pr-preview/pr-435/demos/Fullscreen.html b/pr-preview/pr-435/demos/Fullscreen.html index e5be9046..e40c6d95 100644 --- a/pr-preview/pr-435/demos/Fullscreen.html +++ b/pr-preview/pr-435/demos/Fullscreen.html @@ -151,7 +151,7 @@ width: 2rem; } </style> - + \ No newline at end of file diff --git a/pr-preview/pr-435/demos/LoadingIndicator.html b/pr-preview/pr-435/demos/LoadingIndicator.html index a470ac71..61df7eda 100644 --- a/pr-preview/pr-435/demos/LoadingIndicator.html +++ b/pr-preview/pr-435/demos/LoadingIndicator.html @@ -78,7 +78,7 @@ text-align: center; } </style> - + \ No newline at end of file diff --git a/pr-preview/pr-435/demos/ScanSameQrcodeMoreThanOnce.html b/pr-preview/pr-435/demos/ScanSameQrcodeMoreThanOnce.html index dc2b6d65..75249072 100644 --- a/pr-preview/pr-435/demos/ScanSameQrcodeMoreThanOnce.html +++ b/pr-preview/pr-435/demos/ScanSameQrcodeMoreThanOnce.html @@ -107,7 +107,7 @@ justify-content: center; } </style> - + \ No newline at end of file diff --git a/pr-preview/pr-435/demos/Simple.html b/pr-preview/pr-435/demos/Simple.html index 4620edff..46ba7405 100644 --- a/pr-preview/pr-435/demos/Simple.html +++ b/pr-preview/pr-435/demos/Simple.html @@ -98,7 +98,7 @@ app.mount('#app') </script> </html> - + \ No newline at end of file diff --git a/pr-preview/pr-435/demos/SwitchCamera.html b/pr-preview/pr-435/demos/SwitchCamera.html index 6b5ec3b7..a2031395 100644 --- a/pr-preview/pr-435/demos/SwitchCamera.html +++ b/pr-preview/pr-435/demos/SwitchCamera.html @@ -116,7 +116,7 @@ font-weight: bold; } </style> - + \ No newline at end of file diff --git a/pr-preview/pr-435/demos/Torch.html b/pr-preview/pr-435/demos/Torch.html index 5649e75b..6f5d5c09 100644 --- a/pr-preview/pr-435/demos/Torch.html +++ b/pr-preview/pr-435/demos/Torch.html @@ -118,7 +118,7 @@ font-weight: bold; } </style> - + \ No newline at end of file diff --git a/pr-preview/pr-435/demos/Upload.html b/pr-preview/pr-435/demos/Upload.html index 0c1e520c..5a047e3a 100644 --- a/pr-preview/pr-435/demos/Upload.html +++ b/pr-preview/pr-435/demos/Upload.html @@ -77,7 +77,7 @@ } } </script> - + \ No newline at end of file diff --git a/pr-preview/pr-435/demos/Validate.html b/pr-preview/pr-435/demos/Validate.html index b2d2b299..2fbc1119 100644 --- a/pr-preview/pr-435/demos/Validate.html +++ b/pr-preview/pr-435/demos/Validate.html @@ -140,7 +140,7 @@ color: red; } </style> - + \ No newline at end of file diff --git a/pr-preview/pr-435/hashmap.json b/pr-preview/pr-435/hashmap.json index 7db35c5d..7400d05f 100644 --- a/pr-preview/pr-435/hashmap.json +++ b/pr-preview/pr-435/hashmap.json @@ -1 +1 @@ -{"api_qrcodecapture.md":"Egaf3aHn","index.md":"0FaKfDce","demos_validate.md":"i7rHjGaX","api_qrcodestream.md":"d2QHW_9e","api_qrcodedropzone.md":"RZaTpAht","demos_upload.md":"kGUh4XAH","demos_loadingindicator.md":"wDmGpibh","demos_simple.md":"CRbwIQnW","demos_fullscreen.md":"4LU_t3G0","demos_dragdrop.md":"7uQZD0Gt","demos_torch.md":"Bw2MIkLt","demos_fulldemo.md":"ibnYCnVM","demos_switchcamera.md":"XWG8lfXD","demos_scansameqrcodemorethanonce.md":"BZr5kHaN"} +{"api_qrcodecapture.md":"Egaf3aHn","demos_loadingindicator.md":"wDmGpibh","demos_torch.md":"Bw2MIkLt","demos_scansameqrcodemorethanonce.md":"BZr5kHaN","index.md":"0FaKfDce","demos_dragdrop.md":"7uQZD0Gt","demos_upload.md":"kGUh4XAH","demos_validate.md":"i7rHjGaX","demos_fullscreen.md":"4LU_t3G0","demos_switchcamera.md":"XWG8lfXD","demos_fulldemo.md":"ibnYCnVM","api_qrcodestream.md":"d2QHW_9e","api_qrcodedropzone.md":"RZaTpAht","demos_simple.md":"CRbwIQnW"} diff --git a/pr-preview/pr-435/index.html b/pr-preview/pr-435/index.html index 4f692d35..8c0eb6dc 100644 --- a/pr-preview/pr-435/index.html +++ b/pr-preview/pr-435/index.html @@ -20,7 +20,7 @@
Skip to content

Vue Qrcode Reader

A set of Vue.js components for detecting and decoding QR codes.

VueQrcodeReader

Released under the MIT License.

- + \ No newline at end of file diff --git a/pr-preview/pr-435/sw.js b/pr-preview/pr-435/sw.js index 5e072732..35501747 100644 --- a/pr-preview/pr-435/sw.js +++ b/pr-preview/pr-435/sw.js @@ -79,16 +79,16 @@ define(['./workbox-ab7aa862'], (function (workbox) { 'use strict'; */ workbox.precacheAndRoute([{ "url": "404.html", - "revision": "1bf0bf3e9e8d7afe3dabc25c51ef4729" + "revision": "3c5c5f69745c304053bcdba776cc7656" }, { "url": "api/QrcodeCapture.html", - "revision": "cecf2c354a19b21531c22c9fb601ccdf" + "revision": "cd74a11ba9333e4600a52efda60e4810" }, { "url": "api/QrcodeDropZone.html", - "revision": "838dcf466c845dda12c8d4387130129d" + "revision": "5e53df2a7d4de689b75389686a2e3072" }, { "url": "api/QrcodeStream.html", - "revision": "7bee6c8cfac2085e8325c87f0688ad43" + "revision": "260b16bb6a2785343df373171bc9d240" }, { "url": "assets/api_QrcodeCapture.md.Egaf3aHn.js", "revision": null @@ -253,34 +253,34 @@ define(['./workbox-ab7aa862'], (function (workbox) { 'use strict'; "revision": "baffbefe1bde1d10f0c089b20f0cb9ed" }, { "url": "demos/DragDrop.html", - "revision": "4c0c4f13cbdb66bf67fc60a561643479" + "revision": "0dd679df9508ca6e28099871ccd16e2d" }, { "url": "demos/FullDemo.html", - "revision": "7268dacf5c6bdd2ea5367296873a66cd" + "revision": "4dc04a2e4d17f7e3789cebe8ef0a2832" }, { "url": "demos/Fullscreen.html", - "revision": "ae6f3b5a91d19c19da4e5b6c34b1e8d4" + "revision": "6d3eceea41b06217152643e3a5351eb8" }, { "url": "demos/LoadingIndicator.html", - "revision": "424bde0780b3311e9bfe2a40b5514bb3" + "revision": "d3dbe327a9fefe4c83885a3f0584280e" }, { "url": "demos/ScanSameQrcodeMoreThanOnce.html", - "revision": "cdd9bdd02f1a1c29177d9a4f95d0f5e7" + "revision": "875993a72f8bbe15530c5e489b8f3c12" }, { "url": "demos/Simple.html", - "revision": "a5519008c33ed7580787dec854c1587a" + "revision": "7be50c6b6f91a44d3e121a7a8443c53d" }, { "url": "demos/SwitchCamera.html", - "revision": "476318c5b679bff40e21b7c674f71011" + "revision": "3e3b09460c7fdd0417106933bc442056" }, { "url": "demos/Torch.html", - "revision": "cc3b111857ce530406b9de1d563d0b2b" + "revision": "ae4cbc612c21e6a488d60468e3706800" }, { "url": "demos/Upload.html", - "revision": "779d43ffae5fc2c6db3dd3ad1a4009a1" + "revision": "8c2da28bde850141ab06e8eeacb87e17" }, { "url": "demos/Validate.html", - "revision": "418d0007acc12406446a194385854209" + "revision": "dd079402f9e098213aac31bfb7ac1ca5" }, { "url": "flash-off.svg", "revision": "8b05f5dcd6712992a544b34520ec7262" @@ -295,7 +295,7 @@ define(['./workbox-ab7aa862'], (function (workbox) { 'use strict'; "revision": "432c44f09de0b4e0f9e236fad9b8c7f9" }, { "url": "index.html", - "revision": "afc2348d5b73b045fbc18b520dfb61ed" + "revision": "aeee00424c75ea6819503adfec959ed8" }, { "url": "logo.png", "revision": "5f0c1d6358641bc48207acb9fa0b6182"