enginkartal / truncate-vue

VueJs to truncate string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Truncate Vue

Vuejs to truncate string

Install:

npm install truncate-vue --save yarn add truncate-vue

import TruncateVue from 'truncate-vue'
Vue.use(TruncateVue)

Usage:

Vue 2.x

 {{ text | truncate(50) }}

Params:

  • length (Number)

  • clamp (String)

License

MIT

About

VueJs to truncate string


Languages

Language:JavaScript 100.0%