[Vuejs]-Inherit props and functions from vue parent instance

0👍

I think your approach is not the best.
If you are trying to reuse a data (the said prop) for a certain purpose, try creating a component that uses that data and reuse the said component, that would be a more natural and inline way of going about UI development.

Leave a comment