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 = {