lew-ui 1.7.13 → 1.7.14

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.es.js CHANGED
@@ -9554,11 +9554,11 @@ const _sfc_main$h = defineComponent({
9554
9554
  if (page < 1 || page > totalPages.value || page === currentPage.value) {
9555
9555
  return;
9556
9556
  }
9557
+ currentPage.value = page;
9557
9558
  emit("change", {
9558
9559
  currentPage: currentPage.value,
9559
9560
  pageSize: state.pageSize
9560
9561
  });
9561
- currentPage.value = page;
9562
9562
  };
9563
9563
  const startEllipsis = computed(() => visiblePages.value[0] > 2);
9564
9564
  const endEllipsis = computed(