fix langs
This commit is contained in:
10
plugins/02_initLoad.ts
Normal file
10
plugins/02_initLoad.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { defineNuxtPlugin } from "#app";
|
||||
|
||||
export default defineNuxtPlugin(async () => {
|
||||
const menuStore = useMenuStore();
|
||||
await menuStore.loadMenu();
|
||||
await menuStore.getLocales();
|
||||
const store = useStore();
|
||||
await store.getMinValue();
|
||||
await store.getCalculator();
|
||||
});
|
Reference in New Issue
Block a user