Vue+Meteor SSR calling the client-side component lifecycle hooks beforeMount()
and mounted()
on the server-side
#409
Labels
beforeMount()
and mounted()
on the server-side
#409
Greetings, @Akryum.
Problem
Vue+Meteor SSR calling the client-side component lifecycle hooks on the server-side:
beforeMount()
;mounted()
.This results in breaking other packages from the Vue ecosystem, as example:
vue-meta@>=2.3.4
is broken, see: Fix: 500 error using Vue+Meteor SSR after updatevue-meta
version to 2.3.4 nuxt/vue-meta#569.How to reproduce
Best wishes,
Sergey.
The text was updated successfully, but these errors were encountered: