提交 6be53f11 编写于 作者: X xzs02

Merge branch 'master' into dev

{
"name": "@dcloudio/uni-h5",
"version": "0.0.19",
"version": "0.1.0",
"description": "uni-app h5",
"main": "dist/index.umd.min.js",
"scripts": {
......
......@@ -43,7 +43,6 @@ export default {
// 处理可能出现的多余的转义字符
const nodeText = vnode.text.replace(/\\n/g, '\n')
const texts = nodeText.split('\n')
texts.forEach((text, index) => {
nodeList.push(this._decodeHtml(text))
if (index !== (texts.length - 1)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册