diff --git a/src/components/ShootProgress.vue b/src/components/ShootProgress.vue index 7ca1ed9..78a1e1a 100644 --- a/src/components/ShootProgress.vue +++ b/src/components/ShootProgress.vue @@ -7,6 +7,10 @@ import { storeToRefs } from "pinia"; const store = useStore(); const { user } = storeToRefs(store); const props = defineProps({ + show: { + type: Boolean, + default: true, + }, start: { type: Boolean, default: false, @@ -182,7 +186,7 @@ onUnmounted(() => {