fix(reactivity): shallowReactive collection to not-readonly (#1212)

This commit is contained in:
Carlos Rodrigues
2020-06-09 22:20:30 +01:00
committed by GitHub
parent 3f80183f1f
commit c97d1bae56
3 changed files with 127 additions and 48 deletions

View File

@@ -265,7 +265,7 @@ iteratorMethods.forEach(method => {
)
shallowInstrumentations[method as string] = createIterableMethod(
method,
true,
false,
true
)
})