kensnyder / quill-image-drop-module

A module for Quill rich text editor to allow images to be pasted and drag/dropped into the editor.
214 stars 78 forks source link

IE is not support #21

Closed EugeniaWu closed 5 years ago

EugeniaWu commented 5 years ago

syntax error。语法错误。

EugeniaWu commented 5 years ago

问题已解决。 是因为ie不支持es6, vue2可以在webpack.config.js改。

我的是vue -cli 3.0,这样处理可以解决
module.exports = { transpileDependencies: [ 'quill-image-drop-module', 'quill-image-extend-module',

  ], 
...

}