mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
feat(Input/Textarea): expose ref
This commit is contained in:
@@ -228,6 +228,10 @@ function onUpdateOpen(value: boolean) {
|
||||
emits('focus', event)
|
||||
}
|
||||
}
|
||||
|
||||
defineExpose({
|
||||
inputRef
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user