@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
|
@@ -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,
|