Closed mikeevstropov closed 7 years ago
The v2.3.2 will be support.
https://github.com/surmon-china/vue-quill-editor/blob/master/ssr.js#L6
<div v-quill:myEditor="editorOption"></div>
<div v-quill="editorOption" :instanceName="myEditorDynamicName"></div>
<div v-quill="editorOption" id="myEditor"></div>
<div v-quill="editorOption"></div>
Hi! How to pass instance name dynamically like:
Thank you!