vue Vue onUpdated() Volar
vue-tscvue 2 plugin
GitHub - GerardRodes/why-did-you-render: Track why your vue components are updating
Track why your vue components are updating. Sometimes a component is updating causing a rerender and you know that it shouldn't do it. Most of the times it is because a new object is created on some parent component, although it holds the same values, it causes an update.
https://github.com/GerardRodes/why-did-you-render

Seonglae Cho