mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-03 20:19:57 +01:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
|
import Vue from 'vue'
|
||
|
import QrcodeReader from 'vue-qrcode-reader'
|
||
|
|
||
|
Vue.use(QrcodeReader)
|