Skip to content

h5 \n换行不支持 #622

@jyj1202

Description

@jyj1202

使用环境

h5

问题描述

h5 \n换行不支持

复现方式

<template>
  <mp-html :content="htmlStr"></mp-html>
</template>

<script>
export default {
  data: {
    htmlStr: 'a\nb'
  }
}
</script>

预期:换行显示;
实际:
image

修改源码中parse.js,可以实现换行效果:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions