We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749b96d commit cdfd9f3Copy full SHA for cdfd9f3
packages/compiler-sfc/src/prefixIdentifiers.ts
@@ -64,7 +64,7 @@ export function prefixIdentifiers(
64
s.prependRight(
65
node.start!,
66
`var _vm=this,_c=_vm._self._c${
67
- isScriptSetup ? `,_setup=_vm._setupProxy;` : `;`
+ isScriptSetup ? `,_setup=_vm._self._setupProxy;` : `;`
68
}`
69
)
70
}
0 commit comments