初步完成4大模块开发
This commit is contained in:
@@ -4,7 +4,9 @@ export const strategyStore = defineStore({
|
||||
id: 'strategy',
|
||||
state: () => ({
|
||||
class_names: [],
|
||||
vt_symbols: []
|
||||
vt_symbols: new Map(),
|
||||
subscribe_vt_symbols: [],
|
||||
exchanges: []
|
||||
}),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user