Browse Source

!398 删除重复的 pagination 事件
Merge pull request !398 from moon69/master

芋道源码 1 năm trước cách đây
mục cha
commit
ecf9f26547
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Pagination/index.vue

+ 1 - 1
src/components/Pagination/index.vue

@@ -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