calculator and other cleaning

This commit is contained in:
2025-07-04 22:39:51 +02:00
parent a2db817133
commit 0bab1d83a1
19 changed files with 420 additions and 93 deletions

View File

@ -5,6 +5,8 @@ export default defineNuxtPlugin(async () => {
await menuStore.loadMenu()
await menuStore.getLocales()
const store = useStore()
await store.getMinValue()
await store.getMinMaxRange()
await store.getCalculator()
const userStore = useUserStore()
await userStore.checkIsLogged()
})