What about server-side rendering? #377
Unanswered
realconvis
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't know how to distinguish between ssr and client, but I suggest you set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wonder what about server-side rendering.
Does the page view events via router fire on server side rendering?
Did i get it right, if i use gtm.push() for my own custom events, they should be placed in onMounted() to avoid that the push events fires on server side and client side?
In my opinion it only make sence that gtm events fires only on client side.
Beta Was this translation helpful? Give feedback.
All reactions