Hi,
The cartStore.$reset() is not working with localStorage, I'm using a function at CartStore.js to set this.items = [] here, is this the best way to do that?
cartStore.$reset()
localStorage
CartStore.js
this.items = []