zhang_12370
2025-06-24 ffc421d4676db1424d571d8b45dd9c86b84e3bda
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