vue js forcce rerender code example
Example: vue force render
The best way to force Vue to re-render a component
is to set a :key on the component.
When you need the component to be re-rendered,
you just change the value of the key
and Vue will re-render the component.