mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-06 22:01:35 +00:00
@@ -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({
|
const currentPage = computed({
|
||||||
get() {
|
get() {
|
||||||
return props.page
|
return props.page
|
||||||
|
|||||||
Reference in New Issue
Block a user