-
When I added the option:
```
modules: {
toolbar: false,
}
```
console would display "TypeError: Cannot read property 'indexOf' of undefined" whenever my router changes to a different link. T…
-
### Describe the bug
Showing this error when using in Nuxt 3
`Uncaught (in promise) SyntaxError: The requested module '/_nuxt/node_modules/quill/dist/quill.js?v=96818de6' does not provide an ex…
-
Hi, I am getting this error on my browser console. I am using Vue2.6. I have installed this version Here is my package.json
` "quill": "^1.3.7",
"quill-image-drop-module": "^1.0.3",
"quill…
-
我的操作如下:
1、npm install quill-yang-image-paste
2、拷贝了整个vue示例
页面虽然出现了vue-quill-editor,但是不能直接粘贴图片到富文本中。而且也没有js报错
-
quill Overwriting modules/imageDrop with class ImageDrop {
/**
* Instantiate the module given a quill instance and any options
* @param {Quill} quill
* @param {Object} options
*/
con…
-
How to solve this problem?
[Deprecation] Listener added for a 'DOMNodeInserted' mutation event. This event type is deprecated, and will be removed from this browser VERY soon. Usage of this event lis…
-
I'm getting the following errors with the latest version **0.1.4**:
![screenshot from 2018-11-03 15-29-05](https://user-images.githubusercontent.com/10145850/47952270-a2cc3c80-df7d-11e8-9473-88b27c…
-
## 背景
使用 vue-cli4 创建的项目,按照 https://github.com/airyland/vux/issues/3778 的指引,使用 `@vux/loader` 来配置 `theme`,结果发现程序运行起来,vux 相关组件并没有效果。
## 问题定位
1. 按照 [vue-cli-3-example](https://github.com/airyland/v…
-
安装之后使用出现失去焦点的问题,每输入一个字符都会失去焦点
```
import VueQuillEditor from 'vue-quill-editor';
// import 'quill/dist/quill.core.css'
import 'quill/dist/quill.snow.css'
// import 'quill/dist/quill.bubble.css'…
-
https://github.com/surmon-china/vue-quill-editor/blob/7e424311284e99679f540cdbdf32a827db4fa76c/examples/04-example.vue#L35
Hey man!
Thank you very much for making thing project. It's very helpful.…