mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-30 02:38:30 +08:00
fix: 新增 const 约束
This commit is contained in:
parent
c8437fd3ea
commit
830d475215
@ -45,7 +45,7 @@ export const useChartHistoryStoreStore = defineStore({
|
||||
[HistoryStackItemEnum.HISTORY_DATA]: item,
|
||||
[HistoryStackItemEnum.ACTION_TYPE]: actionType,
|
||||
[HistoryStackItemEnum.TARGET_TYPE]: targetType
|
||||
}))
|
||||
} as const))
|
||||
},
|
||||
// * 画布初始化
|
||||
canvasInit(canvas: EditCanvasType) {
|
||||
|
Loading…
Reference in New Issue
Block a user