fix(page): 修复page分页初始化出触发分页改变事件

This commit is contained in:
zzcr 2023-06-10 01:33:20 -07:00
parent dff7e83e0a
commit 130e3cf25b
No known key found for this signature in database
GPG Key ID: F6C4DFD2EF53A673
1 changed files with 0 additions and 1 deletions

View File

@ -646,7 +646,6 @@ export default defineComponent({
} }
}, },
internalCurrentPage: { internalCurrentPage: {
immediate: true,
handler(newVal) { handler(newVal) {
this.$emit('update:currentPage', newVal) this.$emit('update:currentPage', newVal)
this.$emit('current-change', newVal) this.$emit('current-change', newVal)