mirror of https://github.com/vuejs/core.git
parent
45765488d4
commit
c117d9c257
|
@ -971,14 +971,6 @@ function getSlotsProxy(instance: ComponentInternalInstance): Slots {
|
||||||
get(target, key: string) {
|
get(target, key: string) {
|
||||||
track(instance, TrackOpTypes.GET, '$slots')
|
track(instance, TrackOpTypes.GET, '$slots')
|
||||||
return target[key]
|
return target[key]
|
||||||
},
|
|
||||||
set() {
|
|
||||||
warn(`setupContext.slots is readonly.`)
|
|
||||||
return false
|
|
||||||
},
|
|
||||||
deleteProperty() {
|
|
||||||
warn(`setupContext.slots is readonly.`)
|
|
||||||
return false
|
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue