Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/leepyng/vue-input-text-to-tags

a input component that can create tags for the result display
https://github.com/leepyng/vue-input-text-to-tags

Last synced: about 2 months ago
JSON representation

a input component that can create tags for the result display

Lists

README

        

# vue-input-text-to-tags
A input component that can create tags for the result display

Coverage Status

# install

npm install vue-input-text-to-tags --save

# how to use
template:


script:
//import
import TextToTags from 'vue-input-text-to-tags'
//define
components:{
TextToTags
},
data(){
return{
list:['tag1','tag2']
}
}
methods:{
handleCcChange(list){
console.log(list)

}
}


# props description
list: defalut array for the component