Skip to content

Commit ecf9f26

Browse files
YunaiVgitee-org
authored andcommitted
!398 删除重复的 pagination 事件
Merge pull request !398 from moon69/master
2 parents 6f38676 + e4e37d0 commit ecf9f26

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)