vue-quill
vue-quill copied to clipboard
Cannot read properties of undefined (reading 'imports') when using quill-image-resize-module
<template>
<QuillEditor theme="snow" />
</template>
<script setup>
import { QuillEditor } from '@vueup/vue-quill';
import ImageResize from 'quill-image-resize-module';
</script>
Cannot read properties of undefined (reading 'imports') when using quill-image-resize-module
I too have this issue but I have not found the solution yet. Need solution for this
inject({
'window.Quill': ['vue3-quill', 'Quill'],
Quill: ['vue3-quill', 'Quill'],
}),
这样就可以解决上述问题
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.