kensnyder / quill-image-resize-module

A module for Quill rich text editor to allow images to be resized.
MIT License
467 stars 468 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'register') #149

Closed LXCGH closed 2 years ago

LXCGH commented 2 years ago

error

vue.config.js: config.plugin("provide").use(webpack.ProvidePlugin, [ { "window.Quill": "quill/dist/quill.js", Quill: "quill/dist/quill.js", }, ]);

main.js: import VueQuillEditor, { Quill } from 'vue-quill-editor' import { ImageResize } from 'quill-image-resize-module' Quill.register('modules/imageResize', ImageResize)

Why did I report a mistake when I used it this way?

LXCGH commented 2 years ago

I have a problem with my writing