size prop from FormGroup not passed down via app.config?

Hello together, I'm using Nuxt UI and have the following page:
<UFormGroup label="Name">
<UInput v-model="form.name" type="text" />
</UFormGroup>
<UFormGroup label="Name">
<UInput v-model="form.name" type="text" />
</UFormGroup>
and in app.config.ts:
formGroup: {
default: {
size: 'lg'
}
}
formGroup: {
default: {
size: 'lg'
}
}
But the rendered UInput has still size md - doese anybody else have the same problem? Thanks in advance!
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server