提交 c3a3c3b0 编写于 作者: D DCloud_LXH

fix: 在注入 json 时,表格注释和下一个注释紧挨着,且下一个注释为空时会导致表格 parse 多一行

上级 6043fbb8
...@@ -166,7 +166,7 @@ module.exports = md => { ...@@ -166,7 +166,7 @@ module.exports = md => {
if (!temp) return false if (!temp) return false
temp = temp[key] temp = temp[key]
}) })
if (!temp) continue if (typeof temp === 'undefined') continue
lines[index] = temp lines[index] = temp
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册