calculator and other cleaning
This commit is contained in:
@ -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()
|
||||
})
|
||||
|
Reference in New Issue
Block a user