vueup / vue-quill

Rich Text Editor Component for Vue 3.
https://vueup.github.io/vue-quill/
MIT License
1.13k stars 282 forks source link

Modules being overwritten on each component mount. #359

Closed ArthurMJ96 closed 1 year ago

ArthurMJ96 commented 1 year ago

Version @vueup/vue-quill version ^1.1.1

Describe the bug Quill modules are unnecessarily overwritten on each component mount. Creating console.warn() spam.

To Reproduce Steps to reproduce the behavior:

  1. Use QuillEditor in Single File Component.
  2. Mount/Unmount said component.
  3. See console warning.

Expected behavior Check if module is already registered before registering.

Reproduction link None.

Browser (please complete the following information):

Additional context None.