@ebl-vue/editor-full 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -45,7 +45,7 @@ import ImageTool from "../../plugins/imageTool";
|
|
|
45
45
|
import {ImageToolTune } from "../../plugins/imageResizeCrop";
|
|
46
46
|
|
|
47
47
|
const EblEditorSettings: IEblEditorSettings | undefined = inject("EblEditorSettings");
|
|
48
|
-
|
|
48
|
+
console.log("EblEditorSettings",EblEditorSettings);
|
|
49
49
|
defineOptions({
|
|
50
50
|
name: 'EblEditor',
|
|
51
51
|
inheritAttrs: false
|
|
@@ -109,7 +109,7 @@ export default class Uploader {
|
|
|
109
109
|
headers: headers,
|
|
110
110
|
});
|
|
111
111
|
headers["Content-Type"] = "application/json";
|
|
112
|
-
|
|
112
|
+
console.log("this.config.endpoints", this.config.endpoints);
|
|
113
113
|
const uploadBodyRes = await axiosInstance.post(this.config.endpoints.byFile!, {
|
|
114
114
|
"fileName": file.name,
|
|
115
115
|
"contentType": file.type
|