I have a vuejs component with the following template:<template id="nsTemplate"> <div class="nsWrapper"> <input class="nsInput" type="number" :style="nsPad" ref="input" :min="minAtt...
I'm trying to use Vue.js to create interactive elements on a landing page, but Marketo is rewritingmy input fields and their wrapper divs. How do I prevent Marketo from doing that?