I cannot pass data from parent to child. I am using props, have tried returning data as well - no luck. I have a panel component (which is parent) with data and panelBody co
The name of the Vue you are in should not equal the name of the component you are importing.
In my case
The above code was causing the same issue, but when i changed the name of the exported component it worked.
Please check your naming conventions for all future people :)