@ebl-vue/editor-full 1.1.2 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebl-vue/editor-full",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "type": "module",
5
5
  "author": "lrj525@sina.com",
6
6
  "description": "结构化编辑器",
@@ -6,7 +6,7 @@
6
6
  <!-- <div class="ce-block__content ebl-editor-time-wrap">
7
7
  <span class="ebl-editor-time">最后修改时间:{{ lastUpdateTime }}</span>
8
8
  </div> -->
9
- <button @click="validate">保存</button>
9
+ <!-- <button @click="validate">保存</button> -->
10
10
 
11
11
  </div>
12
12
  </template>
@@ -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