Skip to content

Commit

Permalink
Refactor #4951
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 10, 2023
1 parent 7581419 commit 92180d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/basecomponent/BaseComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default {
instance: parentInstance,
props: parentInstance?.$props,
state: parentInstance?.$data,
attrs: this.$attrs
attrs: parentInstance?.$attrs
},
/* @deprecated since v3.43.0. Use the `parent.instance` instead of the `parentInstance`.*/
parentInstance
Expand Down

0 comments on commit 92180d8

Please sign in to comment.