diff --git a/components/calcValues.vue b/components/calcValues.vue index 6d25bec..bd54949 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -149,12 +149,16 @@ const calc_text = computed(() => {
+ +
+ +
diff --git a/components/modal.vue b/components/modal.vue index c9820bf..490641e 100644 --- a/components/modal.vue +++ b/components/modal.vue @@ -42,11 +42,7 @@ const submit = (e: any) => { 'Content-Type': 'application/json' }, body: JSON.stringify({ -<<<<<<< HEAD - name: modal_name || "from site", -======= name: modal_name.value || "ref from site", ->>>>>>> 967478b522cb47f619a266a4908d30f8d165d4f1 phone: modal_phone.value }) }) diff --git a/components/model/parametric.vue b/components/model/parametric.vue index a8fd992..f671137 100644 --- a/components/model/parametric.vue +++ b/components/model/parametric.vue @@ -29,11 +29,7 @@ const pbrTexture = await useTexture({