From c587af3f90035026220a3e1a24730f9f1680370a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20=D0=9D?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Thu, 13 Jun 2024 13:52:13 +0300 Subject: [PATCH] modal --- components/calcValues.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/calcValues.vue b/components/calcValues.vue index 0316223..8101ee2 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -4,8 +4,8 @@ import type { ralTypes } from '@/components/ral' const lamelles_count = useState('lamelles_count', () => 8) const fence_section = useState('fence_section', () => 2000 * 0.001) -const pillar_color = useState('pillar_color', () => '1001') -const lamelle_color = useState('lamelle_color', () => '1002') +const pillar_color = useState('pillar_color', () => '3009') +const lamelle_color = useState('lamelle_color', () => '3004') const section_count = useState('section_count', () => 1) const extra_section = useState('extra_section', () => 0)