From 9bfbb03636530cc9d918e324b5cb1d0702702a9f Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Sat, 25 Apr 2020 13:16:10 +0200 Subject: [PATCH] Fix naming for Question component --- client/src/components/QA.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/QA.vue b/client/src/components/QA.vue index 8856bf5..8a69bf1 100644 --- a/client/src/components/QA.vue +++ b/client/src/components/QA.vue @@ -12,7 +12,7 @@ import Answer from './Answer.vue' export default { name: 'QA', components: { - question, + Question, Answer, }, props: {