一、前端:                                                                                                       

  1、前端页面 挂载mavon editor                                                                              

<div id="editor">
        <mavon-editor
          style="height: 100%"
          v-model="editorContent"
          :ishljs="true"
          ref=md
          @imgAdd="imgAdd"
          @imgDel="imgDel"
        ></mavon-editor>
      </div>
View Code

相关文章:

  • 2021-11-05
  • 2022-12-23
  • 2021-10-01
  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
  • 2021-06-15
  • 2021-07-11
猜你喜欢
  • 2022-12-23
  • 2021-08-22
  • 2021-08-30
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
  • 2021-11-15
相关资源
相似解决方案