You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the new alpha version of vue-meta with Vue3 and SSR.
The problem is that server-side rendering is failing because the exported function relies on the document in SSR.
vue-meta/dist/vue-meta.cjs.js => Why is this file relying on document?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to use the new alpha version of
vue-meta
with Vue3 and SSR.The problem is that server-side rendering is failing because the exported function relies on the document in SSR.
vue-meta/dist/vue-meta.cjs.js
=> Why is this file relying ondocument
?Thanks!
The text was updated successfully, but these errors were encountered: