Vue.js应用程序的超级simpe标签输入组件。
<div id="example"> <tags-input :tags="tags" @tags-change="handleChange" ></tags-input> </div>