Improved style of attribute form

This commit is contained in:
Stefan Zermatten
2019-07-18 14:36:39 +02:00
parent d28d6de684
commit 11d3b0fa8d
8 changed files with 145 additions and 104 deletions

View File

@@ -8,6 +8,7 @@
@change="change"
@focus="focused = true"
@blur="focused = false"
box
>
<slot name="prepend" slot="prepend"/>
</v-select>

View File

@@ -7,6 +7,7 @@
@input="input"
@focus="focused = true"
@blur="focused = false"
box
/>
</template>