@@ -7,7 +7,8 @@ import {
|
||||
} from './baseHandlers'
|
||||
import {
|
||||
mutableCollectionHandlers,
|
||||
readonlyCollectionHandlers
|
||||
readonlyCollectionHandlers,
|
||||
shallowCollectionHandlers
|
||||
} from './collectionHandlers'
|
||||
import { UnwrapRef, Ref } from './ref'
|
||||
|
||||
@@ -67,7 +68,7 @@ export function shallowReactive<T extends object>(target: T): T {
|
||||
target,
|
||||
false,
|
||||
shallowReactiveHandlers,
|
||||
mutableCollectionHandlers
|
||||
shallowCollectionHandlers
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user