Browse Source

编辑器

master
song 3 years ago
parent
commit
98e7649e0b
  1. 4
      src/components/Detail/editor.vue

4
src/components/Detail/editor.vue

@ -44,6 +44,10 @@
this.editor.config.uploadImgTimeout = 3 * 60 * 1000 //
this.editor.create()
},
getValue(){
return this.editor.txt.html()
}
}
}

Loading…
Cancel
Save