// import something here // "async" is optional export default async ({ store /* app, router, Vue, ... */ }) => { // something to do return store.dispatch("categories/loadAll"); };