We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7815a commit 614e296Copy full SHA for 614e296
src/index.js
@@ -1,19 +1,19 @@
1
import QrcodeReader from './components/QrcodeReader.vue'
2
import QrcodeCapture from './components/QrcodeCapture.vue'
3
-// import QrcodeDropZone from './components/QrcodeDropZone.vue'
+import QrcodeDropZone from './components/QrcodeDropZone.vue'
4
5
// Install the components
6
export function install (Vue) {
7
Vue.component('qrcode-reader', QrcodeReader)
8
Vue.component('qrcode-capture', QrcodeCapture)
9
- // Vue.component('qrcode-drop-zone', QrcodeDropZone)
+ Vue.component('qrcode-drop-zone', QrcodeDropZone)
10
}
11
12
// Expose the components
13
export {
14
QrcodeReader,
15
QrcodeCapture,
16
- // QrcodeDropZone,
+ QrcodeDropZone,
17
18
19
/* -- Plugin definition & Auto-install -- */
0 commit comments