Horje
can't resolve quill-image-drop-module Vue2Editor Code Example
can't resolve quill-image-drop-module Vue2Editor
import { VueEditor,Quill } from 'vue2-editor'

import ImageResize from 'quill-image-resize-vue';
import { ImageDrop } from 'quill-image-drop-module';

Quill.register("modules/imageDrop", ImageDrop);
Quill.register("modules/imageResize", ImageResize);

export default {
    name: 'MainForm',
    components: { VueEditor},
    data() {
        return {
            content: '<h2>I am Example</h2>',
            editorSettings: {
              modules: {
                imageDrop: true,
                imageResize: {},
              }
            }
        }
     },
     //........
}




Whatever

Related
repeat macro x times vim Code Example repeat macro x times vim Code Example
two export in the same file Code Example two export in the same file Code Example
matlab covariance Code Example matlab covariance Code Example
bootstrap esp8266 web server Code Example bootstrap esp8266 web server Code Example
composer create-project codeigniter Code Example composer create-project codeigniter Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7