AI_Painting_V2.0/src/stores/param.js
2026-03-09 01:43:32 +08:00

9 lines
156 B
JavaScript

const ParamStoreSetup = () => {
return {
}
}
// eslint-disable-next-line no-undef
export const useParamStore = defineStore('params', ParamStoreSetup)