功能完善

This commit is contained in:
kron
2025-07-01 00:25:17 +08:00
parent bd92c7c183
commit a03af4e58c
10 changed files with 202 additions and 47 deletions

View File

@@ -3,7 +3,7 @@ import { ref, watch } from "vue";
const props = defineProps({
show: {
type: Boolean,
default: false,
default: true,
},
onLoading: {
type: Function,