fix: 新增 plop 自动化生成工具

This commit is contained in:
MTrun
2022-01-19 21:29:04 +08:00
parent 56d00831d3
commit cb14424110
14 changed files with 1764 additions and 216 deletions
@@ -1,5 +1,4 @@
import { defineStore } from 'pinia'
import { store } from '@/store'
import { ChartLayoutType, ChartLayoutFilterType } from './chartLayoutStore.d'
import { setLocalStorage, getLocalStorage } from '@/utils'
import { StorageEnum } from '@/enums/storageEnum'
@@ -64,7 +63,3 @@ export const useChartLayoutStore = defineStore({
},
},
})
export function useChartLayoutSettingWithOut() {
return useChartLayoutStore(store)
}