Skip to content

Commit

Permalink
chore: add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Clovis committed Dec 25, 2024
1 parent 110756f commit 4cc8f96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elk/components/nav/NavTitle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ onMounted(() => {
router.afterEach(() => {
back.value = router.options.history.state.back
})
console.log("singleInstanceServer", singleInstanceServer)
console.log("runtime", useRuntimeConfig().public.singleInstance)
console.log("currentInstance", currentInstance.value)
</script>

<template>
Expand Down

0 comments on commit 4cc8f96

Please sign in to comment.