From 6594193cd861c406051a3cc2080ff56a46ef671b Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 20 Jul 2020 11:59:54 +0900 Subject: [PATCH] Keep the new line in the text classification --- .../containers/annotation/TextClassification.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/components/containers/annotation/TextClassification.vue b/frontend/components/containers/annotation/TextClassification.vue index 11b01992..94ab4367 100644 --- a/frontend/components/containers/annotation/TextClassification.vue +++ b/frontend/components/containers/annotation/TextClassification.vue @@ -12,9 +12,7 @@ :delete-label="removeLabel" /> - - {{ currentDoc.text }} - + @@ -88,3 +86,9 @@ export default { } } + +