Closed jaggy closed 6 years ago
This PR adds the ability to use v-model on the input-tag component.
v-model
<input-tag v-model="tags"></input-tag>
This PR adds the ability to use
v-model
on the input-tag component.