mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
fixed some vuejs errors
This commit is contained in:
parent
12c77d5c4c
commit
0ca64f284a
1 changed files with 4 additions and 0 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue