B
B
billt2017-09-15 13:49:29
JavaScript
billt, 2017-09-15 13:49:29

How to re-render the desired component in vue?

After a certain request, I need to re-render a certain component, $forceUpdate () does not help (data is updated, but for some reason the component itself is not re-rendered after updating the data). How to solve it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
lavezzi1, 2017-09-15
@lavezzi1

Show code. It looks like you're just not using reactive data. In 99% of cases, manual re-rendering is not needed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question