mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
chore(FormField): clean container class
This commit is contained in:
@@ -93,7 +93,7 @@ provide<FormFieldInjectedOptions<FormFieldProps>>('form-field', {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div :class="label ? ui.container() : ''">
|
<div :class="[label && ui.container()]">
|
||||||
<slot :error="error" />
|
<slot :error="error" />
|
||||||
|
|
||||||
<p v-if="(typeof error === 'string' && error) || $slots.error" :class="ui.error()">
|
<p v-if="(typeof error === 'string' && error) || $slots.error" :class="ui.error()">
|
||||||
|
|||||||
Reference in New Issue
Block a user