Javascript – I want to use pinia state management in my vue 3 project
I am trying to use pinia state management in vue 3 but I am getting this error Module not found: Error: Can't resolve 'src/stores/cart' in 'C:UsersAli Haidertheme-projectsrcviewspages // This is my Products component <script> import { defineComponent } from "vue";…