SyntaxFix
Write A Post
Hire A Developer
Questions
using v-if directive
<div v-if="trulyvalue"> <component-here /> </div>
So simply by changing the value of trulyvalue from false to true will cause the component between the div to rerender again