Previously, our small team utilized Adobe's Target for conducting A/B testing. Before adopting Vue.js, our applications were quite basic with just plain vanilla JS. This made it easy to manipulate the DOM or data since not much of our application's data was intertwined.
Now that we are transitioning to Vue.js and modularizing into components while passing information via props, it seems like we may no longer be able to directly modify props from Target’s perspective.
But I recently discovered that the Vue Devtools extension allows you to directly change the props. Is there a way to achieve this with vanilla JS?