fixed some vuejs errors

This commit is contained in:
DJ2LS 2024-04-28 20:29:44 +02:00
parent 12c77d5c4c
commit 0ca64f284a

View file

@ -2,6 +2,10 @@
import { ref } from "vue"; import { ref } from "vue";
import main_modem_healthcheck from "./main_modem_healthcheck.vue"; import main_modem_healthcheck from "./main_modem_healthcheck.vue";
import { getOverallHealth } from "../js/eventHandler.js"; import { getOverallHealth } from "../js/eventHandler.js";
import { getFreedataMessages } from "../js/api";
import { getRemote } from "../store/settingsStore.js";
import { loadAllData } from "../js/eventHandler";
const isTextVisible = ref(false); // Initially, the text is invisible const isTextVisible = ref(false); // Initially, the text is invisible
function toggleTextVisibility() { function toggleTextVisibility() {