Ocelot-Social/store/index.js
2018-10-17 19:57:24 +02:00

10 lines
164 B
JavaScript

export const state = () => ({})
export const mutations = {}
export const actions = {
async nuxtServerInit({ dispatch }) {
await dispatch('auth/init')
}
}