mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改useChartHistoryStoreStore命名错误
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
ChartHistoryStoreType
|
||||
} from './chartHistoryStore.d'
|
||||
|
||||
export const useChartHistoryStoreStore = defineStore({
|
||||
export const useChartHistoryStore = defineStore({
|
||||
id: 'useChartHistoryStore',
|
||||
state: (): ChartHistoryStoreType => ({
|
||||
// 后退栈
|
||||
|
||||
Reference in New Issue
Block a user