From 3e65e2d8837e0be06fac6ab841b5c67a39db49e0 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 20 Mar 2021 15:08:35 +0100 Subject: [PATCH] add an axios get example --- .../src/components/dashboard/dashboard.vue | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/2021-03-19_axios-01-start/src/components/dashboard/dashboard.vue b/2021-03-19_axios-01-start/src/components/dashboard/dashboard.vue index 97508d8..d1e84b0 100644 --- a/2021-03-19_axios-01-start/src/components/dashboard/dashboard.vue +++ b/2021-03-19_axios-01-start/src/components/dashboard/dashboard.vue @@ -2,9 +2,38 @@

That's the dashboard!

You should only get here if you're authenticated!

+

User Email: {{ email }}

+ + \ No newline at end of file +