buhuazhen
2025-08-29 5f867b5aa6e8eb454f38b646bb4e2d80ddbf7597
src/components/Pagination/index.vue
@@ -59,7 +59,7 @@
  }
})
const emit = defineEmits()
const emit = defineEmits(['update:page', 'update:limit', 'pagination'])
const currentPage = computed({
  get() {
    return props.page