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

Cannot read properties of undefined (reading 'imports') when using quill-image-resize-module

Open nghiaxb opened this issue 1 year ago • 1 comments

<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

nghiaxb avatar Mar 02 '24 12:03 nghiaxb

I too have this issue but I have not found the solution yet. Need solution for this

shubhangchourasia avatar Mar 04 '24 05:03 shubhangchourasia

    inject({
        'window.Quill': ['vue3-quill', 'Quill'],
        Quill: ['vue3-quill', 'Quill'],
    }),
    
    这样就可以解决上述问题

zxr3680166 avatar Mar 13 '24 09:03 zxr3680166

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.

stale[bot] avatar May 12 '24 09:05 stale[bot]