提交 ffb7a5cf 编写于 作者: fxy060608's avatar fxy060608

fix(e2e): format ssr log

上级 9dc84bdd
......@@ -9,7 +9,7 @@ export function createApp() {
app.config.warnHandler = function (msg) {
const ssrLogElem = document.getElementById('ssr-log')
ssrLogElem && (ssrLogElem.innerHTML = ssrLogElem.innerHTML + '\n' + msg)
ssrLogElem && (ssrLogElem.innerHTML = ssrLogElem.innerHTML + '<br>' + msg)
}
return {
app,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册