<template>
<view class="container">
<editor id="editor" class="ql-container" :placeholder="placeholder" @ready="onEditorReady"></editor>
<button type="warn" @tap="undo">撤销</button>
</view>
</template>
c***@126.com
- 发布:2023-01-03 20:51
- 更新:2023-01-03 21:15
- 阅读:258
产品分类: uniCloud/App
示例代码:
操作步骤:
启动uni-admin,插入editor插件,准备富文本编辑用。
启动uni-admin,插入editor插件,准备富文本编辑用。
预期结果:
显示富文本编辑页面
显示富文本编辑页面
实际结果:
只有placeholder,没有上面的编辑图标...
只有placeholder,没有上面的编辑图标...
bug描述:
采用客方示例源代码,在uni-admin中使用editor不显示编辑菜单,是不是对uni-admin不支持还是BUG?
1 个回复
c***@126.com (作者) - 独狼
打到原因了,原来标准的啥按钮都不带,全要自己写,或者抄helloapp。。。后续功能更新能否把常用标准按钮打包进去,来个即插即用?