truncate-vue
v0.0.2
Published
VueJs to truncate string
Downloads
21
Readme
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)