We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc09cc7 commit 862edfdCopy full SHA for 862edfd
packages/compiler-sfc/src/script/definePropsDestructure.ts
@@ -27,7 +27,7 @@ export function processPropsDestructure(
27
ctx: ScriptCompileContext,
28
declId: ObjectPattern
29
) {
30
- if (!ctx.options.propsDestructure) {
+ if (!ctx.options.propsDestructure && !ctx.options.reactivityTransform) {
31
return
32
}
33
0 commit comments