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
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?
The text was updated successfully, but these errors were encountered:
Hi,
The
cartStore.$reset()
is not working withlocalStorage
, I'm using a function atCartStore.js
to setthis.items = []
here, is this the best way to do that?The text was updated successfully, but these errors were encountered: