vue-quill icon indicating copy to clipboard operation
vue-quill copied to clipboard

Rich Text Editor Component for Vue 3.

Results 76 vue-quill issues
Sort by recently updated
recently updated
newest added

Hi, @luthfimasruri I found Table Module on [document](https://vueup.github.io/vue-quill/guide/modules.html#quill-modules), But `quill-better-table` and `quill-table-ui` Requirements is `quilljsv2.0.0-dev.3` . And I checked vue-quill is base on quill v1.3.7. If I want to use...

**Version** @vueup/vue-quill version [e.g. 1.0.0-beta.5] quill Overwriting modules/blotFormatter with ƒ BlotFormatter2(quill) { var _this = this; var options = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :...

wontfix

**Version** @vueup/vue-quill version from 1.0.0-beta.2 to 1.0.0-beta.8 **Describe the bug** Can't resolve the prop `modules` and `toolbar`, throw error like that: ``` Uncaught TypeError: can't convert undefined to object ```...

wontfix

**Version** @vueup/vue-quill version [e.g. 1.0.0-beta.5] **Describe the bug** I have tried the same example but I am getting an error **Expected behavior** add of the module **Browser (please complete the...

wontfix

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.1.6 to 3.1.8. Release notes Sourced from tailwindcss's releases. v3.1.8 Fixed Don’t prefix classes within reused arbitrary variants (#8992) Fix usage of alpha values inside single-named colors...

wontfix
dependencies

![image](https://user-images.githubusercontent.com/83763949/183022431-a87f4a7d-3f4c-4c31-81b8-b9af4d182c35.png)

wontfix

**Version** @vueup/vue-quill version [e.g. 1.0.0-beta.5] **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2....

wontfix

Hi, i love vue-quill but after save a content i cant load value to edit with v-model, i try using [v-model:content="documentoedit.text"] but i have a undefined error, actually i using...

wontfix

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.7 to 10.4.8. Release notes Sourced from autoprefixer's releases. 10.4.8 Do not print color-adjust warning if print-color-adjust also is in rule. Changelog Sourced from autoprefixer's changelog. 10.4.8...

dependencies

I'm reading on the official quill.js repo [this issue](https://github.com/quilljs/quill/issues/1089) about image uploading in quill. I need to avoid that the images are added to the DOM in base64 format but...