From 99b8c6149e30c1f234a88d88439405c1546b8d7e Mon Sep 17 00:00:00 2001 From: aarizona Date: Fri, 30 Aug 2024 14:13:08 +0300 Subject: [PATCH] store rename --- front/src/components/Promo/index.vue | 8 ++--- front/src/components/Promo/load_models.vue | 38 +++++++++++----------- front/src/stores/loading.ts | 7 ++-- front/src/stores/raw_data.ts | 8 ++--- 4 files changed, 30 insertions(+), 31 deletions(-) diff --git a/front/src/components/Promo/index.vue b/front/src/components/Promo/index.vue index 0929abd..c57976a 100644 --- a/front/src/components/Promo/index.vue +++ b/front/src/components/Promo/index.vue @@ -42,7 +42,7 @@ const controlsState = reactive({ minAzimuthAngle: (Math.PI / 2) - 0.20, }) -const raw_data = useRawData() +const raw_dataStore = useRawData() const route = useRoute() const source = ref(route.params.target) @@ -65,18 +65,18 @@ const sidebarFunc = () => {