|
|
@ -44,7 +44,10 @@ |
|
|
|
</div> |
|
|
|
<div class="text-center" v-else> |
|
|
|
You have no identitifiers yet, so |
|
|
|
<router-link :to="{ name: 'start' }" class="text-blue-500"> |
|
|
|
<router-link |
|
|
|
:to="{ name: 'start' }" |
|
|
|
class="bg-blue-500 text-white px-1.5 py-1 rounded-md" |
|
|
|
> |
|
|
|
create your identifier. |
|
|
|
</router-link> |
|
|
|
<br /> |
|
|
@ -52,8 +55,14 @@ |
|
|
|
activity. |
|
|
|
</div> |
|
|
|
|
|
|
|
<h1 class="text-4xl text-center font-light pt-4">Scan Contact Info</h1> |
|
|
|
<qrcode-stream @detect="onScanDetect" @error="onScanError" /> |
|
|
|
<div class="text-center"> |
|
|
|
<h1 class="text-4xl text-center font-light pt-4">Scan Contact Info</h1> |
|
|
|
<qrcode-stream @detect="onScanDetect" @error="onScanError" /> |
|
|
|
<span> |
|
|
|
If you do not see a scanning camera window here, check your camera |
|
|
|
permissions. |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
</template> |
|
|
|
|
|
|
|