From a217bded9292de610085a06e6c5811d2f61ed890 Mon Sep 17 00:00:00 2001 From: DaehunGwak Date: Thu, 31 Dec 2020 03:13:39 +0900 Subject: [PATCH] Refactor home component using v-for Translation json file has 'title' and 'id' fields each quiz. So refactor using this fields. --- quiz-app/src/views/Home.vue | 91 +++++++++---------------------------- 1 file changed, 21 insertions(+), 70 deletions(-) diff --git a/quiz-app/src/views/Home.vue b/quiz-app/src/views/Home.vue index 8cff4d55..01ce25cc 100644 --- a/quiz-app/src/views/Home.vue +++ b/quiz-app/src/views/Home.vue @@ -1,75 +1,26 @@ + \ No newline at end of file