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
['some-attr'] will be printed on server and ['some-attr', 'onClick'] on client
If you uncomment the alternative syntax in the sandbox (v-bind="{ onClick: handler }") then ['some-attr', 'onClick'] is printed on both client & server
The text was updated successfully, but these errors were encountered:
Version
3.2.31
Reproduction link
stackblitz.com
Steps to reproduce
Refresh the page when opening the reproduction.
What is expected?
I expect equal behaviour between client/server.
What is actually happening?
If you uncomment the alternative syntax in the sandbox (
v-bind="{ onClick: handler }"
) then['some-attr', 'onClick']
is printed on both client & serverThe text was updated successfully, but these errors were encountered: