Creating a github repository

- Creating a github repo so just commiting everything
This commit is contained in:
2020-11-14 06:27:02 +00:00
parent a3fbc61162
commit 140f07cb24
4 changed files with 26 additions and 1 deletions

5
store/index.js Normal file
View File

@@ -0,0 +1,5 @@
export const actions = {
async nuxtServerInit({dispatch}) {
await dispatch('common/getCategories')
},
}