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