commit
ecf9f26547
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user