You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id | String | quill-container | Set the id (necessary if multiple editors in the same view)
35
-
v-model | String | - | Set v-model to the the content or data property you wish to bind it to | Handle image uploading instead of using default conversion to data URL's
36
-
useCustomImageHandler | Boolean | false |
35
+
v-model | String | - | Set v-model to the the content or data property you wish to bind it to
36
+
useCustomImageHandler | Boolean | false | Handle image uploading instead of using default conversion to Base64
37
37
placeholder | String | - | Placeholder text for the editor
38
38
disabled | Boolean | false | Set to true to disable editor
39
39
editorToolbar | Array | **_Too long for table. See toolbar example below_ | Use a custom toolbar
40
40
41
41
# Events
42
-
Name | Description ---------------- | -----------
43
-
onImageAdded | Emitted when useCustomImageHandler is true and and photo is being added to the editor
0 commit comments