$parent
gotshadowbantempaccount opened this issue · 2 comments
gotshadowbantempaccount commented
can;t access $parent from portal i.e method from parent component addsomthing()
this.$parent.addsomthing()
this.$parent.addsomthing is not a function
https://stackoverflow.com/questions/46208610/call-parent-method-with-component
LinusBorg commented
Yeah that's expected and not really fixable.
gotshadowbantempaccount commented
@LinusBorg thank you, just fixed now by just passing function as prop