mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-22 13:36:23 +08:00
fix: 新增 const 约束
This commit is contained in:
parent
fb136b0918
commit
9e1a9bf6c3
@ -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…
x
Reference in New Issue
Block a user