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