feat: 商品计算报错问题
This commit is contained in:
@@ -3,7 +3,11 @@ import { defineStore } from "pinia";
|
||||
export const useSelectedDateStore = defineStore("selectedDate", {
|
||||
state() {
|
||||
return {
|
||||
selectedDate: {},
|
||||
selectedDate: {
|
||||
startDate: "",
|
||||
endDate: "",
|
||||
totalDays: 1,
|
||||
},
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user