Hi is there a better documentation for vue 3
I cant make this work, can anyone point out or give guide on how to make this QR Scanner work?

I already have cordova-plugin-qrscanner and @ionic-native/qr-scanner installed
import { QRScanner, QRScannerStatus } from '@ionic-native/qr-scanner';
...
setup() {
   const scan = async () => {
      QRScanner.prepare()
          .then( ... )
          .catch( ... )
   }
}
I tried to console the QRScanner to what is inside and see this:
