2026-04-05 20:45:16 +08:00
|
|
|
<script setup lang="ts">
|
2026-04-11 08:48:53 +08:00
|
|
|
import JarvisOfficeStage from '@/components/war-room/JarvisOfficeStage.vue'
|
2026-04-05 20:45:16 +08:00
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
|
<div class="war-room-page">
|
2026-04-11 08:48:53 +08:00
|
|
|
<JarvisOfficeStage />
|
2026-04-05 20:45:16 +08:00
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
|
.war-room-page {
|
2026-04-11 08:48:53 +08:00
|
|
|
min-height: 100%;
|
2026-04-05 20:45:16 +08:00
|
|
|
}
|
2026-04-11 08:48:53 +08:00
|
|
|
</style>
|