This commit is contained in:
j3d1 2024-11-23 00:34:00 +01:00
parent 87ed4570fe
commit d42be1ea84
12 changed files with 404 additions and 31 deletions

View file

@ -1,6 +1,4 @@
<template>
<div class="form-group">
<label :for="label">{{ label }}</label>
<div class="input-group">
<div class="input-group-prepend">
<button
@ -34,7 +32,6 @@
</div>
<Addon type="Combo Box" :is-valid="isValid"/>
</div>
</div>
</template>
<script>