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

Merge branch 'master' into dev

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