diff --git a/frontend/src/views/machine/controlSource/index.vue b/frontend/src/views/machine/controlSource/index.vue index 4e346e1..392d813 100644 --- a/frontend/src/views/machine/controlSource/index.vue +++ b/frontend/src/views/machine/controlSource/index.vue @@ -109,6 +109,10 @@ import { shouldHandleConnectionTerminalMessage, } from "./connectionState"; +defineOptions({ + name: "controlSource", +}); + const show = ref(false); const router = useRouter(); const modeId = ref();