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
Declare a function as variable inside data in a page
What is Expected?
Access to that variable and use it
What is actually happening?
The variable is empty if I use fetch hook of nuxt. The problem occurs only in ssr mode, if go to the page with the navigator all is working as expected.
The text was updated successfully, but these errors were encountered:
Versions
Reproduction
https://codesandbox.io/s/distracted-sky-tdi6b
Additional Details
Steps to reproduce
Declare a function as variable inside
data
in a pageWhat is Expected?
Access to that variable and use it
What is actually happening?
The variable is empty if I use fetch hook of nuxt. The problem occurs only in ssr mode, if go to the page with the navigator all is working as expected.
The text was updated successfully, but these errors were encountered: