Commit ecf9f265 by 芋道源码 Committed by Gitee

!398 删除重复的 pagination 事件

Merge pull request !398 from moon69/master
parents 6f38676a e4e37d0c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment