赵添
Results
12
comments of
赵添
感谢你的贡献,但是为什么不直接用 default slot ?
这么写可以解决 ``` const init = async () => { window.Quill = Quill; const { default: ImageResize } = await import('quill-image-resize-module'); Quill.register('modules/imageResize', ImageResize); const quill = new Quill('#editor', { // xxxxx...