Skip to content

Commit 7243ffa

Browse files
authored
fix(reactive): remove useless proxy logic of shallowReactive (#890)
1 parent d2a065e commit 7243ffa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/reactivity/reactive.ts

-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ export function shallowReactive(obj: any) {
189189
}
190190

191191
const observed = observe(isArray(obj) ? [] : {})
192-
setupAccessControl(observed)
193192

194193
const ob = (observed as any).__ob__
195194

0 commit comments

Comments
 (0)