afoysal's avatar

Dynamic html elements in Vue.js

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.

0 likes
2 replies
topvillas's avatar

Vue isn't a DOM manipulation library.

You'll have to use jQuery or the vanilla DOM manipulation functions.

Please or to participate in this conversation.