0 votes
in VueJS by
What is the best way to re-render a component?

1 Answer

0 votes
by

The best way to force Vue to re-render a component is to set a :key on the component. i.e, Whenever the component to be re-rendered, just change the value of the key then Vue will re-render the component.

Related questions

0 votes
asked Sep 15, 2023 in VueJS by JackTerrance
0 votes
asked Sep 12, 2023 in VueJS by AdilsonLima
...