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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,8 @@ You can find an example project here: https://github.com/alessiomaffeis/vue-pict
77
77
-**size**: (MB, optional) the maximum accepted file size in megabytes.
78
78
-**removable**: (boolean, optional) set *:removable="true"* if you want to display a "Remove Photo" button. Default value: false.
79
79
-**id, name**: (string, optional) the id and name attributes of the HTML input element.
80
-
-**buttonClass**: (string, optional) the class which will be applied to the 'Change Photo' and 'Remove Photo' buttons.
80
+
-**buttonClass**: (string, optional) the class which will be applied to the 'Change Photo' button.
81
+
-**removeButtonClass**: (string, optional) the class which will be applied to the 'Remove Photo' button.
81
82
-**customStrings**: (object, optional) use this to provide one or more custom strings (see the example above). Here are the available strings and their default values:
82
83
```
83
84
upload: '<p>Your device does not support file uploading.</p>', // HTML allowed
0 commit comments