gaoluyang
4 天以前 a88eab39f6b2f5c33913d51fac4e885c052ed4a1
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