diff --git a/links.md b/links.md index 23fec8d..278fca7 100644 --- a/links.md +++ b/links.md @@ -76,3 +76,8 @@ Composition API in Vue3: ### Tutorials/Guides (nuxt) + +## Design + +Good free HQ images: + diff --git a/src/App.vue b/src/App.vue index 6538ae4..9e32488 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,48 +1,90 @@ diff --git a/vuex.md b/vuex.md index d8507da..088186c 100644 --- a/vuex.md +++ b/vuex.md @@ -39,4 +39,5 @@ actions = { ... } ``` + Here this handler only needs to do `context.dispatch` and `context.state`. The `{email, password}` will come from the user object we pass as an argument. Inside this handler we can then access any of the state functions we need to do.