@10yun/cv-mobile-ui 0.5.32 → 0.5.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@10yun/cv-mobile-ui",
3
- "version": "0.5.32",
3
+ "version": "0.5.33",
4
4
  "description": "十云cvjs移动端ui,适用uniapp",
5
5
  "author": "10yun",
6
6
  "license": "Apache-2.0",
@@ -6,7 +6,7 @@ export function cc_toast(title, duration = 1600) {
6
6
  /**
7
7
  * 判断是否为空
8
8
  */
9
- export function isAllEmpty(value) {
9
+ export function isEmpty(value) {
10
10
  switch (typeof value) {
11
11
  case 'undefined':
12
12
  return true;