Question:
I’ve a vuex store which stores the state of the length of watched products, I get the length of product in my store but each time I try to {{getWatchlength}} in my code i get “getWatchlength” not definedThis the error I get in my console https://imageshack.com/i/pmlnoX9nj
This my vuex store https://imageshack.com/i/pmP87O5Ij I’m getting the length in my store
This my html code
Answer:
Try like following:If you have better answer, please add a comment about this, thank you!