fix LiveEditor

pull/889/head
Tuğçe Küçükoğlu 2021-01-26 10:23:26 +03:00
parent db0719c286
commit 508af43e33
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ img.flag {
pages.forEach((page, i) => {
_files[`src/components/${page.name}.vue`] = {
'content': `${page.tag}
'content': `${page.template}
</${scriptText}>`
}