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} ` }