fix(reactivity): shallowReactive collection to not-readonly (#1212)
This commit is contained in:
@@ -265,7 +265,7 @@ iteratorMethods.forEach(method => {
|
||||
)
|
||||
shallowInstrumentations[method as string] = createIterableMethod(
|
||||
method,
|
||||
true,
|
||||
false,
|
||||
true
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user