mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 02:10:40 +01:00
feat(Select): new component (#92)
This commit is contained in:
@@ -47,7 +47,7 @@ defineOptions({ inheritAttrs: false })
|
||||
const props = withDefaults(defineProps<TextareaProps>(), {
|
||||
rows: 3,
|
||||
maxrows: 0,
|
||||
autofocusDelay: 100
|
||||
autofocusDelay: 0
|
||||
})
|
||||
defineSlots<TextareaSlots>()
|
||||
const emits = defineEmits<TextareaEmits>()
|
||||
|
||||
Reference in New Issue
Block a user