@dazhicheng/ui 1.5.8 → 1.5.9
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33052,7 +33052,7 @@ function P3({
|
|
|
33052
33052
|
...l,
|
|
33053
33053
|
json: s
|
|
33054
33054
|
});
|
|
33055
|
-
return
|
|
33055
|
+
return o.value = f, f;
|
|
33056
33056
|
}
|
|
33057
33057
|
}
|
|
33058
33058
|
};
|