0👍
✅
This is natural to Vue.
Methods & Filters run on every DOM re-render.
This is why it’s best to use Computed whenever possible – these re-run only on change of connected properties.
Source:stackexchange.com
0👍
This is natural to Vue.
Methods & Filters run on every DOM re-render.
This is why it’s best to use Computed whenever possible – these re-run only on change of connected properties.