Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
tangtrongnghia opened this issue Mar 2, 2024 · 3 comments
Labels
wontfix This will not be worked on

Comments

@tangtrongnghia
Copy link

tangtrongnghia commented Mar 2, 2024

<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

@shubhangchourasia
Copy link

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

@zxr3680166
Copy link

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

Copy link

stale bot commented May 12, 2024

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 stale bot added the wontfix This will not be worked on label May 12, 2024
@stale stale bot closed this as completed May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants