orlyyani / read-more

A Vue.js read more plugin
MIT License
110 stars 34 forks source link

feature request - SSR support #17

Open Tobeyforce opened 3 years ago

Tobeyforce commented 3 years ago

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 solution that doesn't wrapping it in client-only or setting the plugin to ssr: true Thanks!