File tree Expand file tree Collapse file tree 2 files changed +1
-373
lines changed Expand file tree Collapse file tree 2 files changed +1
-373
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- /* DEPRECATED: QrcodeReader renamed to QrcodeStream */
2- import QrcodeReader from "./components/QrcodeReader.vue" ;
3-
41import QrcodeStream from "./components/QrcodeStream.vue" ;
52import QrcodeCapture from "./components/QrcodeCapture.vue" ;
63import QrcodeDropZone from "./components/QrcodeDropZone.vue" ;
74
85// Install the components
96export function install ( Vue ) {
10- /* DEPRECATED: QrcodeReader renamed to QrcodeStream */
11- Vue . component ( "qrcode-reader" , QrcodeReader ) ;
12-
137 Vue . component ( "qrcode-stream" , QrcodeStream ) ;
148 Vue . component ( "qrcode-capture" , QrcodeCapture ) ;
159 Vue . component ( "qrcode-drop-zone" , QrcodeDropZone ) ;
1610}
1711
1812// Expose the components
19- export {
20- QrcodeReader /* DEPRECATED: QrcodeReader renamed to QrcodeStream */ ,
21- QrcodeStream ,
22- QrcodeCapture ,
23- QrcodeDropZone
24- } ;
13+ export { QrcodeStream , QrcodeCapture , QrcodeDropZone } ;
2514
2615/* -- Plugin definition & Auto-install -- */
2716/* You shouldn't have to modify the code below */
You can’t perform that action at this time.
0 commit comments