We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc76681 commit ceb1030Copy full SHA for ceb1030
src/utils/hydration-blocker.js
@@ -83,7 +83,7 @@ export function makeHydrationBlocker(component, options) {
83
},
84
render(h) {
85
return h(this.Nonce, {
86
- attrs: this.$attrs,
+ attrs: Object.assign({}, this.$attrs),
87
on: this.$listeners,
88
scopedSlots: this.$scopedSlots,
89
}, this.$slots.default);
0 commit comments