We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b413c7 commit 17585c8Copy full SHA for 17585c8
src/components/FormControl.vue
@@ -8,6 +8,7 @@
8
v-if="type === 'select'"
9
:id="id"
10
v-bind="{ ...controlAttrs, size }"
11
+ :class="$slots.prefix ? 'pl-6' : ''"
12
>
13
<template #prefix v-if="$slots.prefix">
14
<slot name="prefix" />
0 commit comments