chore: comments

This commit is contained in:
Evan You 2021-06-23 10:21:33 -04:00
parent 0b8b576428
commit 075889ebfc

View File

@ -947,6 +947,8 @@ export function compileScript(
}
}
returned = `{ ${Object.keys(allBindings).join(', ')}${
// the `__isScriptSetup: true` flag is used by componentPublicInstance
// proxy to allow properties that start with $ or _
__TEST__ ? `` : `, __isScriptSetup: true`
} }`
}