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