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

``` import { QuillEditor } from '@vueup/vue-quill'; import ImageResize from 'quill-image-resize-module'; ``` Cannot read properties of undefined (reading 'imports') when using quill-image-resize-module

**Version** @vueup/vue-quill version [e.g. 1.2.0] **Describe the bug** Table contents cannot be echoed into the editor. **To Reproduce** Steps to reproduce the behavior: 1. The vue code is as follows:...

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.14 to 10.4.18. Release notes Sourced from autoprefixer's releases. 10.4.18 Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine). 10.4.17 Fixed user-select: contain prefixes. 10.4.16 Improved performance (by @​romainmenke). Fixed...

dependencies

Bumps [vue](https://github.com/vuejs/core) from 3.3.2 to 3.4.21. Release notes Sourced from vue's releases. v3.4.21 Please refer to CHANGELOG.md for details. v3.4.20 Please refer to CHANGELOG.md for details. v3.4.19 Please refer to...

dependencies

**Version** @vueup/vue-quill 1.2.0 **Describe the bug** When content is empty string, the quill content is not updated. The content is on the previous state I must use ` this.$refs.quillEdtor.setHTML("")` **To...

**Version** @vueup/vue-quill: ^1.2.0 **Describe the bug** I tried to hide the toolbar: ``` import { QuillEditor } from '@vueup/vue-quill'; import '@vueup/vue-quill/dist/vue-quill.snow.css'; const html = defineModel(); ``` But it results in...

**Version** @vueup/vue-quill version 1.2.0 **Describe the bug** Using this package with SSR gives an error: ``` /var/www/html/node_modules/quill/dist/quill.js:7661 var elem = document.createElement('div'); ^ ReferenceError: document is not defined ``` **To Reproduce**...

Hello, I have discovered the following issue: when using `content-type="html"`, the editor does not re-render when it receives an empty string via the `content` prop. E.g. imagine appending the following...

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.3 to 16.4.5. Changelog Sourced from dotenv's changelog. 16.4.5 (2024-02-19) Changed 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to...

dependencies

The first beta of QuillJS 2.0 has been released, and it brings a number of new improvements. However, vue-quill currently does not support QuillJS 2.0. This issue is to inquire...