mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
fix: avoid warning when accessing _setupProxy
This commit is contained in:
parent
749b96d84e
commit
cdfd9f321e
@ -64,7 +64,7 @@ export function prefixIdentifiers(
|
||||
s.prependRight(
|
||||
node.start!,
|
||||
`var _vm=this,_c=_vm._self._c${
|
||||
isScriptSetup ? `,_setup=_vm._setupProxy;` : `;`
|
||||
isScriptSetup ? `,_setup=_vm._self._setupProxy;` : `;`
|
||||
}`
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user