We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c298156 commit 2206dbaCopy full SHA for 2206dba
packages/runtime-vapor/src/fragment.ts
@@ -206,6 +206,8 @@ export class DynamicFragment extends VaporFragment {
206
if (this.nodes instanceof Element) {
207
applyFallthroughProps(this.nodes, this.parentComponent!.attrs)
208
} else if (__DEV__ && this.anchorLabel === 'slot') {
209
+ // preventing attrs fallthrough
210
+ // consistent with VDOM Teleport behavior
211
warnExtraneousAttributes(this.parentComponent!.attrs)
212
}
213
0 commit comments