cimos7-vue3-common 0.4.76 → 0.4.77
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.
|
@@ -85005,7 +85005,7 @@ const WOe = { class: "action" }, xOe = { class: "customRender" }, HOe = ft({
|
|
|
85005
85005
|
bo(() => {
|
|
85006
85006
|
R(), C.$parent && C.$parent.$el && (W = new ResizeObserver(() => {
|
|
85007
85007
|
R();
|
|
85008
|
-
}), W.observe(C.$parent.$el));
|
|
85008
|
+
}), W == null || W.observe(C.$parent.$el));
|
|
85009
85009
|
});
|
|
85010
85010
|
}), M7(() => {
|
|
85011
85011
|
W && (W.disconnect(), W = null);
|