mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-11 09:40:43 +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)
|