Directive method `getSSRProps` has no access to exposed property on the instance
Vue version
v3.2.45
Link to minimal reproduction
Steps to reproduce
- Open the browser dev tools,
- Search console entry with label
getSSRProps
andbeforeMount
.
What is expected?
The value 2000
should appear in the getSSRProps
entry, equal to the console entry beforeMount
.
What is actually happening?
Property exposedProperty
is not included in binding.instance
in ssr
.
But it is in the binding.instance
of the beforeMount
.
System Info
System:
OS: macOS 13.1
CPU: (8) x64 Intel(R) Core(TM) i7-1068NG7 CPU @ 2.30GHz
Memory: 1.19 GB / 32.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.15.1 - ~/.nvm/versions/node/v16.15.1/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v16.15.1/bin/yarn
npm: 8.11.0 - ~/.nvm/versions/node/v16.15.1/bin/npm
Browsers:
Chrome: 108.0.5359.124
Safari: 16.2
Any additional comments?
Hey, how is this standing? I've heard nuxt-speedkit would need it and then kodadot/nft-gallery is happy to use it 😁