chore: comments
This commit is contained in:
parent
0b8b576428
commit
075889ebfc
@ -947,6 +947,8 @@ export function compileScript(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
returned = `{ ${Object.keys(allBindings).join(', ')}${
|
returned = `{ ${Object.keys(allBindings).join(', ')}${
|
||||||
|
// the `__isScriptSetup: true` flag is used by componentPublicInstance
|
||||||
|
// proxy to allow properties that start with $ or _
|
||||||
__TEST__ ? `` : `, __isScriptSetup: true`
|
__TEST__ ? `` : `, __isScriptSetup: true`
|
||||||
} }`
|
} }`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user