如果不添加editor的样式文件,空格、图片都会显示不正常,需要按照官方文档提示,第一添加样式,第二,设置对应的显示方式。
一、下载editor样式
二、我使用的是rich-text组件,来显示html字符串
<template>
<view class="ql-container">
<rich-text class="ql-editor" :nodes="html"></rich-text>
</view>
</template>
<style scoped>
import url("../editor.css");
</style>