Open KocaHocTpa opened 6 years ago
How to pass vue component instance to the handler toolbar?
handlers: { 'image' : function () { let ref = this.container.parentNode.getAttribute('data-ref'); vm.$modal.show('image-gallery', {ref: ref, element: this}); },
+1
How to pass vue component instance to the handler toolbar?