[Vuejs]-How to get an array length from vuex store

1👍

products is object with products property that is array, so try with

state.products.products.length

Leave a comment