You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possibly closer to beforeUpdate since it is called even when the virtual DOM is not changed (but the render function did get called via a props or state change). There are also additional parameters which would have to be modelled manually since I don't believe Vue offers a similar API for prevProps and prevState. They are described here: https://facebook.github.io/react/docs/react-component.html#componentdidupdate
In what form would you like the example to be? Currently the transform treats componentDidUpdate
like an un-special function and simply plops the method into the 'methods' Vue property.
As in the title,
componentDidUpdate
is not transformed to a Vue equivalent.The text was updated successfully, but these errors were encountered: