This commit is contained in:
2026-03-21 00:04:16 +07:00
parent b676129ec2
commit 7b620dffd4
2 changed files with 13 additions and 6 deletions
+1 -6
View File
@@ -7,16 +7,11 @@ import BeltBlock from './BeltBlock.vue';
import MetalPlate from './MetalPlate.vue';
import GameHeader from './GameHeader.vue';
import type { Application } from './application';
import type { Door } from './door';
const router = useRouter();
const route = useRoute();
type Door = {
code: string
name: string
show: boolean
}
type Action = {
id: string
place: string