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
Would be awesome to have a linting rule to generate a warning when trying to use create a computed property with arguments , as you will take a performance hit by no catching the results and recalculating every time.
Would be awesome to have a linting rule to generate a warning when trying to use create a computed property with arguments , as you will take a performance hit by no catching the results and recalculating every time.
As per the documentation:
Taken from: https://pinia.vuejs.org/core-concepts/getters.html#Passing-arguments-to-getters
The text was updated successfully, but these errors were encountered: