At the moment, I am utilizing Laravel Nova. It's worth noting that it operates using vue.js. I've created a personalized vue component which requires the ability to modify data inside another component.
This specific component is located in the node_modules directory, meaning that its code cannot be altered. Furthermore, the component does not utilize events, so adjusting the data presents a challenge.
Is there a way to alter data within another component without relying on events?