We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f38676 commit e4e37d0Copy full SHA for e4e37d0
src/components/Pagination/index.vue
@@ -53,7 +53,7 @@ const props = defineProps({
53
}
54
})
55
56
-const emit = defineEmits(['update:page', 'update:limit', 'pagination', 'pagination'])
+const emit = defineEmits(['update:page', 'update:limit', 'pagination'])
57
const currentPage = computed({
58
get() {
59
return props.page
0 commit comments