当前位置:网站首页>Uniapp rich text editor
Uniapp rich text editor
2022-06-30 21:56:00 【Zhijiangpeng】
Function is introduced
- Support in multiple mainstream applet platforms and platforms
uni-app
Use in- Support rich tags ( Include
table
、video
、svg
etc. )- Support rich event effects ( Auto preview picture 、 Link processing, etc )
- Support to set the bitmap ( Loading 、 When something goes wrong 、 When previewing )
- Support anchor jump 、 Long press copy and other rich functions
- Support most html Entity
- Rich plug-ins ( Keyword search 、 Content edit etc. )
- Efficient 、 Strong fault tolerance and lightweight (
≈24.5KB
,9KB gzipped
)
uni-app
In the source code
dist/uni-app
Copy the contents of to the root directory of the project
You can go directly through Plug in market introduceWhen you need to use the page
vue
Add... To the file
<template>
<view>
<mp-html :content="html" />
</view>
</template>
<script>
import mpHtml from '@/components/mp-html/mp-html'
export default {
// HBuilderX 2.5.5+ Can pass easycom Auto import
components: {
mpHtml
},
data() {
return {
html: '<div>Hello World!</div>'
}
}
}
</script>
Component properties
Component events
api
Official website
边栏推荐
- Can flinksql two Kafka streams join?
- 笔记【JUC包以及Future介绍】
- Installing jupyter notebook under Anaconda
- 1-12 初步认识Express
- Zhoushaojian, rare
- Sqlserver gets the data of numbers, Chinese and characters in the string
- The Three Musketeers: One for All!
- "Trust machine" empowers development
- Which direction should college students choose to find jobs after graduation?
- SQL server extracts pure numbers from strings
猜你喜欢
Reading notes of Clickhouse principle analysis and Application Practice (1)
The programmer's girlfriend gave me a fatigue driving test
Development techniques - import files using easyexcel (simple example)
Is there a shortage? No need to download the free online resources! 2022 favorites must have it!
Modify the name of the launched applet
5g demand in smart medicine
It is urgent for enterprises to protect API security
机器学习适合女生学吗?
Windbg调试工具介绍
Ten security measures against unauthorized access attacks
随机推荐
Document Layout Analysis: A Comprehensive Survey 2019论文学习总结
1-7 path module
Reading notes of Clickhouse principle analysis and Application Practice (1)
吴恩达的机器学习适合入门吗?
The programmer's girlfriend gave me a fatigue driving test
Look at the top 10 capabilities of alicloud cipu
qsort函数和模拟实现qsort函数
It is urgent for enterprises to protect API security
[untitled] first time to participate in CSDN activities
微服務鏈路風險分析
PyTorch量化感知训练(QAT)步骤
请问,启牛证券开户,可以开户吗?安全吗?你想要的答案全在这里
将el-table原样导出为excel表格
Three techniques for reducing debugging time of embedded software
Pytorch quantitative perception training (qat) steps
攻防演练中的防泄露全家福
Ssh server configuration file parameter permitrootlogin introduction
1-11 创建线上文件服务
Phoenix architecture: an architect's perspective
1-17 express Middleware