@epic-designer/antd 1.1.6 → 1.1.8

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.
@@ -87,7 +87,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
87
87
  };
88
88
  });
89
89
  function handlePreview(e) {
90
- console.log(e);
91
90
  if (!e.url) return;
92
91
  window.open(e.url, "_blank");
93
92
  }
@@ -85,7 +85,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
85
85
  };
86
86
  });
87
87
  function handlePreview(e) {
88
- console.log(e);
89
88
  if (!e.url) return;
90
89
  window.open(e.url, "_blank");
91
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epic-designer/antd",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "epic-designer base antd ui",
5
5
  "private": false,
6
6
  "author": "kchengz",
@@ -124,7 +124,6 @@ const getUploadProps = computed<UploadProps>(() => ({
124
124
  * @param {*} e
125
125
  */
126
126
  function handlePreview(e: UploadFile): void {
127
- console.log(e);
128
127
  if (!e.url) return;
129
128
  window.open(e.url, '_blank');
130
129
  }