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 4df4624 commit edde81cCopy full SHA for edde81c
packages/runtime-vapor/src/component.ts
@@ -104,6 +104,7 @@ export function createComponent(
104
// if yes, inject parent attrs as dynamic props source
105
if (
106
isSingleRoot &&
107
+ component.inheritAttrs !== false &&
108
isVaporComponent(currentInstance) &&
109
currentInstance.hasFallthrough
110
) {
0 commit comments