pull/4954/head
mertsincan 2023-12-10 21:43:59 +00:00
parent 7581419a2d
commit 92180d87bd
1 changed files with 1 additions and 1 deletions

View File

@ -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