0.0.2 • Published 7 years ago
truncate-vue v0.0.2
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)