This commit is contained in:
j3d1 2026-08-27 22:34:07 +02:00
parent 341967a611
commit d606de8773
6 changed files with 49 additions and 70 deletions

View file

@ -4,10 +4,10 @@
<div class="container-fluid p-0">
<h1 class="h3 mb-3">Scan a code</h1>
<div class="form-check form-switch mb-3">
<input class="form-check-input" type="checkbox" role="switch" id="visitFirstMatch"
<div class="custom-control custom-switch mb-3">
<input class="custom-control-input" type="checkbox" id="visitFirstMatch"
v-model="visitFirstMatch">
<label class="form-check-label" for="visitFirstMatch">Visit first match</label>
<label class="custom-control-label" for="visitFirstMatch">Visit first match</label>
</div>
<div v-if="error" class="alert alert-danger" role="alert">{{ error }}</div>