修改测试bug

This commit is contained in:
GGJ
2024-10-28 09:52:23 +08:00
parent 3a74a08ec7
commit c078adad5a
3 changed files with 73 additions and 110 deletions

View File

@@ -19,7 +19,7 @@ import { ref, onMounted, nextTick, watch } from 'vue'
interface Props {
nextFlag?: boolean
theCurrentTime: boolean
theCurrentTime?: boolean
}
const props = withDefaults(defineProps<Props>(), {