@unizhen/ui 0.0.50 → 0.0.51
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/lib/ui.js +3 -3
- package/package.json +1 -1
package/lib/ui.js
CHANGED
|
@@ -8941,7 +8941,7 @@ const dy = /* @__PURE__ */ _(Z2, [["render", cy]]), fy = ue({
|
|
|
8941
8941
|
}
|
|
8942
8942
|
};
|
|
8943
8943
|
return Je(() => {
|
|
8944
|
-
T()
|
|
8944
|
+
T();
|
|
8945
8945
|
}), Aa(() => {
|
|
8946
8946
|
var S;
|
|
8947
8947
|
(S = h.value) == null || S.destroy(), h.value = null;
|
|
@@ -8956,7 +8956,7 @@ const dy = /* @__PURE__ */ _(Z2, [["render", cy]]), fy = ue({
|
|
|
8956
8956
|
(S) => {
|
|
8957
8957
|
JSON.stringify(S) !== JSON.stringify(d.value.child) && p(S);
|
|
8958
8958
|
},
|
|
8959
|
-
{ deep: !0 }
|
|
8959
|
+
{ deep: !0, immediate: !0 }
|
|
8960
8960
|
), fe(
|
|
8961
8961
|
() => d.value.child,
|
|
8962
8962
|
(S) => {
|
|
@@ -10437,7 +10437,7 @@ function Hk(e, t, r) {
|
|
|
10437
10437
|
refetch: p
|
|
10438
10438
|
};
|
|
10439
10439
|
}
|
|
10440
|
-
const ck = "0.0.
|
|
10440
|
+
const ck = "0.0.51";
|
|
10441
10441
|
let Jc;
|
|
10442
10442
|
async function Qc() {
|
|
10443
10443
|
const e = await fetch(
|