Hello everyone, I am a beginner with Vue and I am interested in learning how to modify the DOM without relying on methods such as document.querySelector or getElementById. Let's take for instance this input:
<input id="myInputId" class="myInputClass" type="text"/>
What is the easiest way to retrieve the id, class, and type using tools provided by Vue?