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

Source Code for the Course: Pinia, The Enjoyable Vue Store

Results 2 pinia-the-enjoyable-vue-store issues
Sort by recently updated
recently updated
newest added

Hi, The `cartStore.$reset()` is not working with `localStorage`, I'm using a function at `CartStore.js` to set `this.items = []` [here](https://github.com/bitsnaps/pinia-vue-store-vueschool/commit/245ec0d692ee4938beb353d1c84e6b84f22e0582), is this the best way to do that?

after cloning and installing it, when running dev I got that error Checking source code in browser, the offending part is here ``` import { useSSRContext as __vite_useSSRContext } from...