Open karimi opened 2 years ago
Hi, will take a look. Sorry for the late answer.
BR, nucle
Any solution to this issue with SSR? Also issue with SSG. Thanks for the plugin.
FWIW this only applies if using quasar ext add @quasar/qmarkdown@next
, if one manually installs @quasar/quasar-ui-qmarkdown@next
and generates a bootfile it works fine in SSR.
Do you have an example? I can get it to run either way.
Still no solution for this?
Anyone getting this to work ?
I'm using
@quasar/quasar-app-extension-qmarkdown": "^2.0.0-beta.7"
with quasar v2 and Vue3. It works as expected when runningquasar dev
However when I try to runquasar dev -m ssr
I get the following error:I've installed qmarkdown using quasar cli and I'm suing Node v16.14.0
Thanks