wip(ssr): adjust event hydration flag
This commit is contained in:
@@ -210,7 +210,7 @@ export function generate(
|
||||
indent()
|
||||
|
||||
if (useWithBlock) {
|
||||
push(`with (this) {`)
|
||||
push(`with (_ctx) {`)
|
||||
indent()
|
||||
// function mode const declarations should be inside with block
|
||||
// also they should be renamed to avoid collision with user properties
|
||||
|
||||
Reference in New Issue
Block a user