From 64b9690414356689fe998764eb723accb5522012 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 22 May 2022 18:18:57 -0500 Subject: [PATCH] Add dynamic speaker links with router-link in QuoteList --- src/components/DynamicSpeaker.vue | 40 +++++++++++++++++++++++++++++++ src/components/QuoteList.vue | 23 ++++++++++++++++-- 2 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 src/components/DynamicSpeaker.vue diff --git a/src/components/DynamicSpeaker.vue b/src/components/DynamicSpeaker.vue new file mode 100644 index 0000000..c37f5e2 --- /dev/null +++ b/src/components/DynamicSpeaker.vue @@ -0,0 +1,40 @@ + + + + + diff --git a/src/components/QuoteList.vue b/src/components/QuoteList.vue index 7e6a590..9da1e12 100644 --- a/src/components/QuoteList.vue +++ b/src/components/QuoteList.vue @@ -12,9 +12,10 @@ " > - + + {{ quote.speaker }} - + @@ -26,8 +27,26 @@ + +