@unizhen/ui 0.0.62 → 0.0.63
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 +2 -2
- package/package.json +1 -1
package/lib/ui.js
CHANGED
|
@@ -8108,7 +8108,7 @@ const s0 = /* @__PURE__ */ w(t0, [["render", a0]]), l0 = se({
|
|
|
8108
8108
|
return le(
|
|
8109
8109
|
() => e.show,
|
|
8110
8110
|
(D) => {
|
|
8111
|
-
s.value = D;
|
|
8111
|
+
s.value = D, e.mainData || f();
|
|
8112
8112
|
}
|
|
8113
8113
|
), le(
|
|
8114
8114
|
() => e.mainData,
|
|
@@ -9020,7 +9020,7 @@ function gm(e, t, n) {
|
|
|
9020
9020
|
refetch: f
|
|
9021
9021
|
};
|
|
9022
9022
|
}
|
|
9023
|
-
const U0 = "0.0.
|
|
9023
|
+
const U0 = "0.0.63";
|
|
9024
9024
|
let Da;
|
|
9025
9025
|
async function Ta() {
|
|
9026
9026
|
const e = await fetch(
|