0.5.0 • Published 7 years ago

vue-tag-list v0.5.0

Weekly downloads
18
License
MIT
Repository
github
Last release
7 years ago

vue-tag-list

A simple VueJS filter for tag list printing

Description:

If you have this in View-Model:

let array = ['Vue', 'filter', 'tag']

but you want it shows as below in View:

#Vue, #filter, #tag

Ok. Let use this package.

Install:

CommonJS

Available through npm as vue-tag-list: npm install vue-tag-list --save

var VueTagList = require('vue-tag-list')
Vue.use(VueTagList)

Direct include

  • You can also directly include it with a <script> tag when you have Vue already included globally. It will automatically install itself, and will add a global VueTagList.

Usage:

 {{ array | tagList }}

License

MIT

0.5.0

7 years ago

0.4.2

7 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago