From ad7fffa4489efb5ae57be6ab6bb8d17ae1a9b47b Mon Sep 17 00:00:00 2001 From: "nicolas.marsal" Date: Mon, 18 Jul 2022 23:18:21 +0200 Subject: [PATCH] feat: add name in word cloud --- src/App.vue | 1 - src/components/common/WordCloud.vue | 17 ++++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9399f9e..472c424 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,7 +12,6 @@ import WordCloud from "@/components/common/WordCloud.vue";