pinia-the-enjoyable-vue-store icon indicating copy to clipboard operation
pinia-the-enjoyable-vue-store copied to clipboard

clearCart() is not working with localStorage

Open bitsnaps opened this issue 1 year ago • 0 comments

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?

bitsnaps avatar Mar 20 '23 07:03 bitsnaps