We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8611874 commit e3c2d69Copy full SHA for e3c2d69
packages/runtime-core/src/compat/instance.ts
@@ -58,6 +58,7 @@ export interface LegacyPublicProperties {
58
export function installCompatInstanceProperties(map: PublicPropertiesMap) {
59
const set = (target: any, key: any, val: any) => {
60
target[key] = val
61
+ return target[key]
62
}
63
64
const del = (target: any, key: any) => {
0 commit comments