src/stores/useCartStore.ts @@ -8,6 +8,8 @@ quantity: number; image: string; selected: boolean; companyName: string; model: string; } export const useCartStore = defineStore({