I new to Vue.
At JS i can get element and add some property
someElement = document.getElementById('input-first-name')
someElement.style.color = 'green'
or src="", id=""
How can i add dynamically to <div> property :src="var", v-model="var" or v-if(condition1 === condition2)