@@ -72,7 +72,7 @@ export default {
language: this.language,
height: this.height,
width: this.width,
- extraPlugins: this.extraplugins,
+ extraPlugins: this.extraplugins + ",base64image",
removeButtons: removeButtonStr,
removePlugins: removePluginStr
};
@@ -271,7 +271,6 @@
<div>
<ckeditor
extrabuttons="Font,FontSize,TextColor"
- extraplugins="base64image"
:readonly="this.operateType == 'view'"
width="650px"
v-model="noticeForm.content"