I have this code below :
log(n) {
$('#log').append('<div></div>').append(document.createTextNode(n));
},
The jquery function will inject text into the code below :
<div id='log'></div>
How to do this by using Vue.js? please help me Sorry for my bad English