3h1-ui 1.0.131 → 1.0.133
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/es/index.js +0 -1
- package/lib/index.js +0 -1
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -12853,7 +12853,6 @@ const _sfc_main$h = defineComponent({
|
|
|
12853
12853
|
emit("register", tableAction, formActions);
|
|
12854
12854
|
const handleResizeColumn = (w, col) => {
|
|
12855
12855
|
col.width = w;
|
|
12856
|
-
console.log(w);
|
|
12857
12856
|
};
|
|
12858
12857
|
const getHeight = computed(() => {
|
|
12859
12858
|
return unref(getScrollRef);
|
package/lib/index.js
CHANGED
|
@@ -12858,7 +12858,6 @@ const _sfc_main$h = vue.defineComponent({
|
|
|
12858
12858
|
emit("register", tableAction, formActions);
|
|
12859
12859
|
const handleResizeColumn = (w, col) => {
|
|
12860
12860
|
col.width = w;
|
|
12861
|
-
console.log(w);
|
|
12862
12861
|
};
|
|
12863
12862
|
const getHeight = vue.computed(() => {
|
|
12864
12863
|
return vue.unref(getScrollRef);
|