Directive method getSSRProps
has no access to exposed property on the instance
#7499
Labels
getSSRProps
has no access to exposed property on the instance
#7499
Vue version
v3.2.45
Link to minimal reproduction
https://sfc.vuejs.org/#__SSR__eNqVUk1P4zAQ/SsjX5pKjVOxu5duqFhpOSIh4OhLm0yLIbEt2wmgKP+dsdumIQgkcojm+43fm479M4a3DbIVy11hpfHg0DdmLZSsjbYeOihxJxVevxrtEHrYWV3DjHpmQgk1TiYdYDTKW6sNWv+2govlcgn9/K9QeXYAoNHkDDZA8EMfgRVaOQ+Nwwd0/r+0WHjZIlxCMofLNSRdqG9DcgXRDt8e/f39XYB0yVaqUqr9/JyFOFRXyCu9T2aj4tkCjuVcEuxGFcgn+4e9T2Ms8WLVeDCAj5uENy7O4X5o6il6sre40xZvdKN8gtUAvYBW6RK/XnjU96OF+2DQr5+HHQ7EdpG6nvicUpwcGgchSNZNU1FHHDMVz2Ntqo3HKF9eyhbaNFCxPksWpucZpagmz4YGtmCHu0rrjeFPTiu6vPh0cUw4wQZtBaMzC75gj94bt8qyRpnnPS90nV1RLrNEi6wxLXV99Ytf8N9/CNP5cZyjq9Ot1S8OLSEKdpQqDs8o2KJNLdIlW7Tfgk1qPwBOcp9AT2qw/h0NnyvO
Steps to reproduce
getSSRProps
andbeforeMount
.What is expected?
The value
2000
should appear in thegetSSRProps
entry, equal to the console entrybeforeMount
.What is actually happening?
Property
exposedProperty
is not included inbinding.instance
inssr
.But it is in the
binding.instance
of thebeforeMount
.System Info
Any additional comments?
nuxt/nuxt#15424
The text was updated successfully, but these errors were encountered: