How does the vue-quill-editor custom toolbar method get the current editor object?

I want to customize the function of the toolbar, but how do I get the objects of the current editor in handlers?

export default {
        data () {
            return {
                content: "",
                editorOption: {
                    modules: {
                        toolbar: {
                            container: [
                                ["link", "image", "video"]
                            ],
                            handlers: {
                                image: function () {
                                        // 
                                        const range = this.getSelection();
                                    };
                                }
                            }
                        }
                    }
                }
            }
        }
    }
Mar.18,2021

add ref, to vue-quill-editor to quote through ref


method is wrong, and then other implementation ideas are adopted

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a6c2-2ba5c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a6c2-2ba5c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?