Skip to content

Commit

Permalink
feat(Textarea): add default slot for complex usages
Browse files Browse the repository at this point in the history
Resolves #971
  • Loading branch information
benjamincanac committed Nov 20, 2023
1 parent 0cb5cc3 commit 55697e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/components/forms/Textarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
@blur="onBlur"
@change="onChange"
/>

<slot />
</div>
</template>

Expand Down

1 comment on commit 55697e6

@vercel
Copy link

@vercel vercel bot commented on 55697e6 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxt-js.vercel.app
ui-nuxt-js.vercel.app
ui.nuxt.com

Please sign in to comment.