stash
This commit is contained in:
parent
341967a611
commit
d606de8773
6 changed files with 49 additions and 70 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue