forked from jsnbuchanan/crowd-funder-for-time-pwa
New contact QR scan view for Capacitor version
This commit is contained in:
@@ -83,12 +83,12 @@
|
||||
></div>
|
||||
</div>
|
||||
<div v-else>
|
||||
<button
|
||||
<router-link
|
||||
:to="{ name: 'contact-qr-scan' }"
|
||||
class="bg-blue-500 text-white px-4 py-2 rounded-md mt-4"
|
||||
@click="startScanning"
|
||||
>
|
||||
Start Scanning
|
||||
</button>
|
||||
</router-link>
|
||||
</div>
|
||||
<span v-if="error" class="text-red-500 block mt-2">{{ error }}</span>
|
||||
<span v-else class="block mt-2">
|
||||
|
||||
Reference in New Issue
Block a user