add paegs/icons/routing/stores
This commit is contained in:
7
plugins/initLoad.ts
Normal file
7
plugins/initLoad.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { defineNuxtPlugin } from "#app";
|
||||
|
||||
export default defineNuxtPlugin(async () => {
|
||||
const menuStore = useMenuStore();
|
||||
await menuStore.loadMenu();
|
||||
await menuStore.loadFooter();
|
||||
});
|
Reference in New Issue
Block a user