read-more icon indicating copy to clipboard operation
read-more copied to clipboard

v-model support

Open chongma opened this issue 5 years ago • 0 comments

would be great if this component could be linked to a boolean through v-model so that it is possible to tell if it is open or closed. e.g. <read-more v-model="isReadMore" :text="body" ... /> in the template and data() {return{ isReadMore:false,body:'The text i want to show'}} in the script. hope that makes sense

chongma avatar Sep 07 '19 09:09 chongma