Closed gotshadowbantempaccount closed 1 year ago
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
Yeah that's expected and not really fixable.
https://portal-vue.linusb.org/guide/caveats.html#parent
@LinusBorg thank you, just fixed now by just passing function as prop
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