mirror of
https://github.com/kevin-DL/comedy-video-lib.git
synced 2026-01-14 20:14:49 +00:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
export const actions = {
|
|
async nuxtServerInit({dispatch}) {
|
|
await dispatch('common/getCategories')
|
|
},
|
|
}
|