Explorar el Código

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

芋道源码 hace 1 año
padre
commit
ecf9f26547
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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