From f551abc98239bd04dfe5660f4961a3df99362f6f Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Tue, 11 Jun 2024 13:01:25 +0300 Subject: [PATCH] math --- app.vue | 5 ----- components/calcModels.vue | 6 ++++-- components/model/parametric.vue | 16 ++++++++++------ 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/app.vue b/app.vue index ba7df2d..f00decd 100644 --- a/app.vue +++ b/app.vue @@ -43,11 +43,6 @@ const { scrollToAnchor, scrollToTop } = useAnchorScroll({ } }, }) - -console.log({ - url:`${apiBase}/calculator/5/`, - d: calculatorData.value -}) - +