mirror of https://github.com/vuejs/core.git
fix: remove unnecessary helper
This commit is contained in:
parent
cd12b6189b
commit
124e47b43b
|
@ -478,7 +478,6 @@ function genModulePreamble(
|
|||
if (genScopeId && ast.hoists.length) {
|
||||
ast.helpers.add(PUSH_SCOPE_ID)
|
||||
ast.helpers.add(POP_SCOPE_ID)
|
||||
ast.helpers.add(HOIST_LAZY)
|
||||
}
|
||||
|
||||
// generate import statements for helpers
|
||||
|
|
Loading…
Reference in New Issue