From 30a79d834a3fde55df95342c58089fab10322fbb Mon Sep 17 00:00:00 2001 From: double Date: Thu, 31 Oct 2024 17:53:01 +0800 Subject: [PATCH] clean up code --- src/lib/common.js | 1 - src/pages/HvacDrawer/IndexPage.vue | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/lib/common.js b/src/lib/common.js index 6e9eec4c..1e880a7a 100644 --- a/src/lib/common.js +++ b/src/lib/common.js @@ -1,5 +1,4 @@ // Import the necessary dependencies -import { last } from "lodash"; import { ref } from "vue"; export const T3000_Data = ref({ diff --git a/src/pages/HvacDrawer/IndexPage.vue b/src/pages/HvacDrawer/IndexPage.vue index d498a992..d31deec9 100644 --- a/src/pages/HvacDrawer/IndexPage.vue +++ b/src/pages/HvacDrawer/IndexPage.vue @@ -14,7 +14,7 @@ @save-lib-image="saveLibImage" @tool-dropped="toolDropped" /> -
+
-
-
@@ -767,7 +765,6 @@ import { demoDeviceData, } from "../../lib/common"; import { liveApi } from "../../lib/api"; -import AppsLibLayout from "src/layouts/AppsLibLayout.vue"; // Meta information for the application const metaData = {