mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
feat(SelectMenu): new component (#103)
This commit is contained in:
@@ -54,7 +54,7 @@ function onSubmit(event: FormSubmitEvent<Schema>) {
|
||||
<UInput v-model="state.input" placeholder="john@lennon.com" />
|
||||
</UFormField>
|
||||
|
||||
<UFormField label="Text area" name="textarea">
|
||||
<UFormField label="Textarea" name="textarea">
|
||||
<UTextarea v-model="state.textarea" />
|
||||
</UFormField>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user