saber 集成 富文本 avue-plugin-ueditor 0.0.4 提示语法错误?

Saber 未结 1 1522

提示语法错误,这个怎么处理

ERROR  Failed to compile with 1 errors                                                                     

 error  in ./node_modules/avue-plugin-ueditor/packages/ueditor/src/main.vue?vue&type=template&id=44393f86&

Syntax Error: SyntaxError: Unexpected token, expected "," (1:1223)
> 1 | var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"avue-ueditor"},[_c('quill-editor',{ref:"myQuillEditor",style:({height:((_vm.minRows*40+100) + "px"),maxHeight:((_vm.maxRows*40+100) + "px")}),attrs:{"options":_vm.options},on:{"change":_vm.handleChange},nativeOn:{"click":function($event){return _vm.handleClick($event)}},model:{value:(_vm.text),callback:function ($$v) {_vm.text=$$v},expression:"text"}}),(_vm.box)?_c('div',{staticClass:"avue-ueditor__dialog"},[_c('div',{staticClass:"avue-ueditor__mask",on:{"click":function($event){$event.stop

1条回答
  • 2019-07-05 10:53

    网络问题导致的,已经处理

    npm install --save avue-plugin-ueditor

    npm install --save js-base64

    0 讨论(0)
提交回复