getSSRProps
has no access to exposed property on the instance
#15424
Labels
getSSRProps
has no access to exposed property on the instance
#15424
Environment
Linux
v16.14.2
3.0.0-rc.13
0.6.1
[email protected]
vite
-
-
-
Reproduction
https://stackblitz.com/edit/github-wb8yyr?file=app.vue
Describe the bug
I have a directive with which I retrieve a value from the component on the client/server side.
This value
exposedProperty
is exposed in the setup.The problem is that I see this value in the client on the
instance
in the beforeMount of the directive. But server-side theinstance
is empty in the call ofgetSSRProps
.To expect here would be in both cases the same output.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: