element-ui-root 2.7.3 → 2.7.5

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.
@@ -134958,7 +134958,7 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
134958
134958
  }
134959
134959
  })])]), !this.tree && this.page && condition && h(Apages, {
134960
134960
  "attrs": {
134961
- "total": size,
134961
+ "total": parseInt(size),
134962
134962
  "page": pageParams.page,
134963
134963
  "size": pageParams.size
134964
134964
  },
package/dist/index.umd.js CHANGED
@@ -134967,7 +134967,7 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
134967
134967
  }
134968
134968
  })])]), !this.tree && this.page && condition && h(Apages, {
134969
134969
  "attrs": {
134970
- "total": size,
134970
+ "total": parseInt(size),
134971
134971
  "page": pageParams.page,
134972
134972
  "size": pageParams.size
134973
134973
  },