From 43e796e6120d4a305c217f424c228c56062d50d9 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Tue, 11 Jun 2024 16:45:51 +0300 Subject: [PATCH] calc --- components/calcModels.vue | 12 +----------- components/calcValues.vue | 6 +++--- components/expDiagram.vue | 4 ++-- components/loader.vue | 16 ++++++++++++++++ 4 files changed, 22 insertions(+), 16 deletions(-) create mode 100644 components/loader.vue diff --git a/components/calcModels.vue b/components/calcModels.vue index 6e30f6e..3ba6ea0 100644 --- a/components/calcModels.vue +++ b/components/calcModels.vue @@ -11,20 +11,10 @@ const controlsState = reactive({ // maxZoom: 2, // minZoom: 1, }) -const { hasFinishLoading, progress, items } = await useProgress() \ No newline at end of file diff --git a/components/expDiagram.vue b/components/expDiagram.vue index 71569e7..02f3264 100644 --- a/components/expDiagram.vue +++ b/components/expDiagram.vue @@ -42,11 +42,11 @@ const targetExplosion = useState('targetExplosion', () => { - + - + diff --git a/components/loader.vue b/components/loader.vue new file mode 100644 index 0000000..f0f7d31 --- /dev/null +++ b/components/loader.vue @@ -0,0 +1,16 @@ + + \ No newline at end of file