mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
feat(AvatarGroup): new component (#71)
Co-authored-by: Romain Hamel <romain@boilr.io>
This commit is contained in:
@@ -10,7 +10,7 @@ const FormFieldWrapper = defineComponent({
|
||||
components: {
|
||||
UFormField: FormField
|
||||
},
|
||||
template: '<UFormField v-bind="$attrs"> <slot /> </UFormField>'
|
||||
template: '<UFormField > <slot /> </UFormField>'
|
||||
})
|
||||
|
||||
describe('FormField', () => {
|
||||
|
||||
Reference in New Issue
Block a user