Level 46
Vue isn't a DOM manipulation library.
You'll have to use jQuery or the vanilla DOM manipulation functions.
How to change HTML elements dynamically in vue.js ? Like I have an element <div>abcd</div>. I would like to change it after click on it to <h1>xyz</h1>. Thanks.
Please or to participate in this conversation.