@lx-frontend/wrap-element-ui 1.0.28-beta.1 → 1.0.28-beta.2

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": "@lx-frontend/wrap-element-ui",
3
- "version": "1.0.28-beta.1",
3
+ "version": "1.0.28-beta.2",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -510,6 +510,12 @@ const {
510
510
  initialPageSize: props.pageSize,
511
511
  });
512
512
 
513
+ watch(() => props.pageSize, (val) => {
514
+ if (val !== pageSize.value) {
515
+ pageSize.value = val;
516
+ }
517
+ });
518
+
513
519
  /************ 表格单元格hover事件相关 ************ */
514
520
  const {
515
521
  hoveringCellInfo,