@unizhen/ui 0.0.59 → 0.0.60
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 -2
- package/package.json +1 -1
package/lib/ui.js
CHANGED
|
@@ -4047,7 +4047,8 @@ const We = /* @__PURE__ */ w(Ih, [["render", Oh]]), jh = se({
|
|
|
4047
4047
|
JSON.stringify(F) !== JSON.stringify(M) && (s.value = F);
|
|
4048
4048
|
},
|
|
4049
4049
|
{
|
|
4050
|
-
deep: !0
|
|
4050
|
+
deep: !0,
|
|
4051
|
+
immediate: !0
|
|
4051
4052
|
}
|
|
4052
4053
|
), {
|
|
4053
4054
|
formRef: l,
|
|
@@ -9019,7 +9020,7 @@ function gm(e, t, n) {
|
|
|
9019
9020
|
refetch: f
|
|
9020
9021
|
};
|
|
9021
9022
|
}
|
|
9022
|
-
const U0 = "0.0.
|
|
9023
|
+
const U0 = "0.0.60";
|
|
9023
9024
|
let Da;
|
|
9024
9025
|
async function Ta() {
|
|
9025
9026
|
const e = await fetch(
|