MUM-Open-Source / eureka-web-app

A responsive web app built on Vue 3 and Firebase that aims to connect members of the MUMTEC academic community with each other and opportunities within the community.
https://eureka-monash.com/
MIT License
9 stars 29 forks source link

feat(tagInput): emit the data to parent through update-tags and also … #98

Closed NitinMa2 closed 3 years ago

NitinMa2 commented 3 years ago

You can access the data from the TagInput component using:

<TagInput
    :limit="2"
    @update-tags="func"
/>
NitinMa2 commented 3 years ago

Adding the ability to pass placeholder as an optional prop image