Skip to content

Commit e4e37d0

Browse files
committed
删除重复的 pagination 事件
1 parent 6f38676 commit e4e37d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Pagination/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const props = defineProps({
5353
}
5454
})
5555

56-
const emit = defineEmits(['update:page', 'update:limit', 'pagination', 'pagination'])
56+
const emit = defineEmits(['update:page', 'update:limit', 'pagination'])
5757
const currentPage = computed({
5858
get() {
5959
return props.page

0 commit comments

Comments
 (0)