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