mp-html icon indicating copy to clipboard operation
mp-html copied to clipboard

字节小程序源码引入方式不显示编辑器

Open 501956430 opened this issue 3 years ago • 2 comments

demo地址 https://developer.open-douyin.com/ide/minicode/6uMw2sf


ttml:
<mp-html content="{{html}}" />


js:
Page({
    onLoad () {
      this.setData({
        html: '<div>Hello World!</div>'
      })
    }
  })
截屏2022-09-19 18 29 56

如何显示这样: 2EEBC5DB-CDA1-49D8-8AF4-B7C13C4C2AEC_1_102_o

501956430 avatar Sep 19 '22 10:09 501956430

  1. mp-html 标签设置 editable 属性后即可编辑
  2. 工具栏需要在页面上自行配置,可以参考 示例项目

jin-yufeng avatar Sep 19 '22 10:09 jin-yufeng

截屏2022-09-19 18 55 57 @jin-yufeng

501956430 avatar Sep 19 '22 10:09 501956430