删除重复的 pagination 事件

main
moon69 2 years ago
parent 6f38676af7
commit e4e37d0cb4

@ -53,7 +53,7 @@ const props = defineProps({
}
})
const emit = defineEmits(['update:page', 'update:limit', 'pagination', 'pagination'])
const emit = defineEmits(['update:page', 'update:limit', 'pagination'])
const currentPage = computed({
get() {
return props.page

Loading…
Cancel
Save