chore: try to add stop task more info #75

This commit is contained in:
duorameng
2026-04-30 16:08:22 +08:00
parent cfdf186b93
commit 40e37b797c
6 changed files with 91 additions and 22 deletions
+2
View File
@@ -18,6 +18,7 @@ const props = withDefaults(defineProps<{
const emit = defineEmits<{
'update:open': [value: boolean]
'stop': []
}>()
const isFullscreen = ref(false)
@@ -74,6 +75,7 @@ onUnmounted(() => {
:empty-description="emptyDescription"
@close="close"
@maximize="isFullscreen = !isFullscreen"
@stop="$emit('stop')"
/>
</div>
</div>