当前位置:网站首页>uniapp-富文本编辑器
uniapp-富文本编辑器
2022-06-30 20:20:00 【智江鹏】
功能介绍
- 支持在多个主流的小程序平台和
uni-app中使用- 支持丰富的标签(包括
table、video、svg等)- 支持丰富的事件效果(自动预览图片、链接处理等)
- 支持设置占位图(加载中、出错时、预览时)
- 支持锚点跳转、长按复制等丰富功能
- 支持大部分 html 实体
- 丰富的插件(关键词搜索、内容 编辑 等)
- 效率高、容错性强且轻量化(
≈24.5KB,9KB gzipped)
uni-app
将源码中
dist/uni-app内的内容拷贝到项目根目录下
可以直接通过 插件市场 引入在需要使用页面的
vue文件中添加
<template>
<view>
<mp-html :content="html" />
</view>
</template>
<script>
import mpHtml from '@/components/mp-html/mp-html'
export default {
// HBuilderX 2.5.5+ 可以通过 easycom 自动引入
components: {
mpHtml
},
data() {
return {
html: '<div>Hello World!</div>'
}
}
}
</script>组件属性
组件事件

api


官网
边栏推荐
猜你喜欢

Lumiprobe protein quantitation - qudye Protein Quantitation Kit

1、生成对抗网络入门

Lumiprobe biotin phosphimide (hydroxyproline) instructions

Label Contrastive Coding based Graph Neural Network for Graph Classification

【数字IC应届生职业规划】Chap.1 IC行业产业链概述及代表企业大厂汇总
![Jerry's touch key recognition process [chapter]](/img/ec/25d2d6fd26571e4fb642129a4eee1b.png)
Jerry's touch key recognition process [chapter]

On inline function

NLP paper lead reading | what about the degradation of text generation model? Simctg tells you the answer

Based on the open source stream batch integrated data synchronization engine Chunjun data restore DDL parsing module actual combat sharing

Great God detailed open source Buff gain Introduction 丨 Live
随机推荐
Lumiprobe copper free click chemical solution
Jerry's touch key recognition process [chapter]
Based on the open source stream batch integrated data synchronization engine Chunjun data restore DDL parsing module actual combat sharing
Peking University ACM problems 1001:exposition
MFC界面库BCGControlBar v33.0 - 桌面警报窗口、网格控件升级等
Lumiprobe protein quantitation - qudye Protein Quantitation Kit
A complete collection of vulnerability scanning tools. Mom doesn't have to worry that I won't find any more vulnerabilities
PM reports work like this, and the boss is willing to give you a raise
Amazon restricts LGBTQ related search and product sales in the United Arab Emirates
1045 error occurred in MySQL login. Modification method [easy to understand]
Comparison between QT and other GUI Libraries
STL的基本组成部分
杰理之触摸按键识别流程【篇】
注册设备监理师难考吗,和监理工程师有什么关系?
断点续传和下载原理分析
Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource could
Peking University ACM problems 1005:i think I need a houseboat
Lumiprobe核酸定量丨QuDye dsDNA BR 检测试剂盒
偏向锁/轻量锁/重级锁锁锁更健康,上锁解锁到底是怎么完成实现的
SQL必需掌握的100个重要知识点:创建和操纵表