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
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
36
useCustomImageHandler | Boolean | false |
37
37
placeholder | String | - | Placeholder text for the editor
38
38
disabled | Boolean | false | Set to true to disable editor
@@ -73,7 +73,7 @@ onImageAdded | Emitted when useCustomImageHandler is true and and photo is being
73
73
74
74
## Example
75
75
76
-
**_Upload image to server and use returned url instead of data64_**
76
+
**_Upload image to server and use returned url instead of data URL_**
77
77
If you choose to use the custom image handler, an event is emitted when a a photo is selected.
78
78
You can see below that 3 parameters are passed.
79
79
1. It passes the file to be handled however you need
@@ -85,7 +85,7 @@ You can see below that 3 parameters are passed.
0 commit comments