gaoluyang
2025-10-14 e1c5dd1b209b7f444dd86d686e83d6e9f76b5632
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