Former-commit-id: ecbba4384964ab453d345736cd790ddd7e9e84b1
This commit is contained in:
april
2023-06-05 19:29:15 +08:00
15 changed files with 1847 additions and 883 deletions

View File

@@ -1,6 +1,6 @@
<template>
<a
href="https://github.com/hxrui"
href="https://github.com/haoxianrui"
target="_blank"
class="github-corner"
aria-label="View source on Github"

View File

@@ -55,7 +55,7 @@ const props = defineProps({
},
});
const emit = defineEmits(["pagination"]);
const emit = defineEmits(["pagination", "update:page", "update:limit"]);
const currentPage = useVModel(props, "page", emit);