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 -6
View File
@@ -1,5 +1,4 @@
import { defineStore } from 'pinia'
import { store } from '@/store'
import { theme } from '@/settings/designSetting'
import { DesignStateType } from './designStore.d'
import { setLocalStorage, getLocalStorage } from '@/utils'
@@ -43,8 +42,4 @@ export const useDesignStore = defineStore({
setLocalStorage(GO_DESIGN_STORE, this.$state)
},
}
})
export function useDesignSettingWithOut() {
return useDesignStore(store)
}
})