Поменял связи с моделями (теперь вместо bench стоит urna)

This commit is contained in:
Andrey 2025-03-20 10:56:59 +03:00
parent c46fca3c44
commit e4e8a5e386
3 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ import { Vector3 } from "three";
const { openModal } = useModalState();
const types = {
bench: defineAsyncComponent(() => import("./bench.vue")),
table: defineAsyncComponent(() => import("./bench-table.vue")),
bench: defineAsyncComponent(() => import("./urna1.vue")),
table: defineAsyncComponent(() => import("./urna2.vue")),
};
const props = defineProps({