A simple Vue 2 Component that's truncate your text and adds a "Read Me/Show Less" clickable. Getting Started NPM $ npm install vue-truncate-collapsed --save Clone this repo Clone or download the component and s
import truncate from 'vue-truncate-collapsed'; new Vue({ components: { truncate } })CommonJSvar truncate = require('vue-truncate-collapsed'); new Vue({ components: { 'truncate': truncate } })CDN<!-- import JavaScript --> USAGEText<truncate clamp="..." :length="90" less="Show ...