From 508af43e3365c1cd155ec390b150d8797517e641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 26 Jan 2021 10:23:26 +0300 Subject: [PATCH] fix LiveEditor --- src/views/liveeditor/LiveEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/liveeditor/LiveEditor.vue b/src/views/liveeditor/LiveEditor.vue index f9bb0547c..daf71194c 100644 --- a/src/views/liveeditor/LiveEditor.vue +++ b/src/views/liveeditor/LiveEditor.vue @@ -596,7 +596,7 @@ img.flag { pages.forEach((page, i) => { _files[`src/components/${page.name}.vue`] = { - 'content': `${page.tag} + 'content': `${page.template} ` }