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: 8 months ago
JSON representation
a input component that can create tags for the result display
- Host: GitHub
- URL: https://github.com/leepyng/vue-input-text-to-tags
- Owner: leepyng
- Created: 2020-04-29T02:54:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T03:23:55.000Z (over 5 years ago)
- Last Synced: 2025-04-03T12:48:22.591Z (8 months ago)
- Language: Vue
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - vue-input-text-to-tags - a input component that can create tags for the result display ` 📝 a year ago` (UI Components [🔝](#readme))
- awesome-vue - vue-input-text-to-tags - A input component that can create tags for the result display (Components & Libraries / UI Components)
README
# vue-input-text-to-tags
A input component that can create tags for the result display

# 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