mirror of
https://github.com/kevin-DL/comedy-video-lib.git
synced 2026-01-20 22:45:07 +00:00
Creating a github repository
- Creating a github repo so just commiting everything
This commit is contained in:
5
store/index.js
Normal file
5
store/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const actions = {
|
||||
async nuxtServerInit({dispatch}) {
|
||||
await dispatch('common/getCategories')
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user