LinusBorg/portal-vue

$parent

gotshadowbantempaccount opened this issue · 2 comments

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