read-more
read-more copied to clipboard
A Vue.js read more plugin
how do I add custom style to the component?
As of now, it seems like ssr isn't supported, any chance this could change? Making it a client-only component defeats half of the purpose of SSR, so would appreciate a...
I've got the message in nuxtjs
this will fix the IE11 error about expected : (ES6 issue)
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. `` in...
I think doing a build of the plugin through babel-polyfill would make it compatible with browsers that don't support the ES6 syntax. IE 11 will display an error of: "SCRIPT1003:...
Hi, Im getting this error when trying to use the component approach. Is there something I'm doing wrong when importing the component? app.js:4478 [Vue warn]: Failed to mount component: template...
On IE11 short data() function not work, that fixed (added long version function()) and changed v-on to @. Sorry for short description, this is my first public pull request.
fix incorrect id in a tag for readless message, and updated default messages for better understanding
i use html tags, this solution will render text with html tags? thanks