From c17cb242e111c75455fa88854a8f0c0d492f8e9f Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Thu, 19 Mar 2020 03:31:03 +0000 Subject: [PATCH] adding latest --- links.md | 5 + src/App.vue | 122 +- src/assets/lottie/triangle.json | 10011 ++++++++++++++++++++++++++++++ src/components/Animation.vue | 2 +- src/main.js | 1 - src/plugins/vuetify.js | 7 +- src/views/About.vue | 29 - vuex.md | 1 + 8 files changed, 10105 insertions(+), 73 deletions(-) create mode 100644 src/assets/lottie/triangle.json 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.