<div id="editor"> <div class="blah" @click="$event.target.classList.toggle('red')"> Some random stuff </div> </div> .red { background-color: red; }