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 4495373 commit 287bd99Copy full SHA for 287bd99
packages/compiler-sfc/src/script/definePropsDestructure.ts
@@ -103,7 +103,7 @@ export function transformDestructuredProps(
103
ctx: ScriptCompileContext,
104
vueImportAliases: Record<string, string>
105
) {
106
- if (!ctx.options.propsDestructure) {
+ if (!ctx.options.propsDestructure && !ctx.options.reactivityTransform) {
107
return
108
}
109
0 commit comments