<button class="cancle_follow" :class="{followed:isFollow}" @click="addFollowSeller($event)"></button>
addFollowSeller:function(event){
app.isFollow = true;
console.log(event.currentTarget);
event.currentTarget.innerHTML = ""
// event.currentTarget.value
}
the following is the error message for console
null at newCarDetail.html : 428
Uncaught TypeError: Cannot set property "innerHTML" of null at newCarDetail.html : 429
it is possible to write to a html page alone