Refactor #4951
parent
7581419a2d
commit
92180d87bd
|
@ -213,7 +213,7 @@ export default {
|
||||||
instance: parentInstance,
|
instance: parentInstance,
|
||||||
props: parentInstance?.$props,
|
props: parentInstance?.$props,
|
||||||
state: parentInstance?.$data,
|
state: parentInstance?.$data,
|
||||||
attrs: this.$attrs
|
attrs: parentInstance?.$attrs
|
||||||
},
|
},
|
||||||
/* @deprecated since v3.43.0. Use the `parent.instance` instead of the `parentInstance`.*/
|
/* @deprecated since v3.43.0. Use the `parent.instance` instead of the `parentInstance`.*/
|
||||||
parentInstance
|
parentInstance
|
||||||
|
|
Loading…
Reference in New Issue