vue-lazy-hydration
vue-lazy-hydration copied to clipboard
Fix hydration blocker attributes forwarding
trafficstars
Fixes #96
Copies attributes like v-bind="$attrs" would do.
v-bind="$attrs" compiles to:
bindObjectProps({}, 'tag', v._$attrs, false)
See bindObjectProps