vue2-read-more

This package provides an easy and flexible way to handle long descriptions and paragraphs.

Click here to see DEMO

Installation

npm install --save vue2-read-more

Also, add this in your main.js file

import Vue from 'vue'
import readMore from 'vue2-read-more'
Vue.use(readMore)

Features