Files
comedy-video-lib/store/index.js
Kevin ANATOLE 140f07cb24 Creating a github repository
- Creating a github repo so just commiting everything
2020-11-14 06:27:02 +00:00

6 lines
112 B
JavaScript

export const actions = {
async nuxtServerInit({dispatch}) {
await dispatch('common/getCategories')
},
}