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
I have a getter in vuex that returns state.setObject.size, but getter does't return actual size;
example: getter: state => state.setObject.size
I use setObject.add() and setObject.delete() methods to change setObject.
Are there any ways to read setObject.size? Exclude component computed cache: false.
The text was updated successfully, but these errors were encountered:
Version
3.1.1
Reproduction link
https://codepen.io/iliakut/pen/PooPPLm
Steps to reproduce
let Vuex see changes in Set object accessor size
What is expected?
getter return size of Set object
What is actually happening?
getter can't return size of Set object
I have a getter in vuex that returns state.setObject.size, but getter does't return actual size;
example: getter: state => state.setObject.size
I use setObject.add() and setObject.delete() methods to change setObject.
Are there any ways to read setObject.size? Exclude component computed cache: false.
The text was updated successfully, but these errors were encountered: