Skip to content

Commit

Permalink
fix(Textarea): expose ref
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 19, 2023
1 parent 2ded24b commit ea740bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/forms/Textarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export default defineComponent({
return {
// eslint-disable-next-line vue/no-dupe-keys
ui,
textarea,
textareaClass,
onInput
}
Expand Down

0 comments on commit ea740bf

Please sign in to comment.