From b88878b171e109dec2a72f69b114dfd7b45d23db Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Fri, 13 Mar 2026 10:11:37 -0400 Subject: [PATCH] fix: use Nuxt prefixed component names for connections/ subdirectory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Root cause of hosts not displaying: Nuxt auto-imports components in subdirectories with the directory name as prefix. HostCard → ConnectionsHostCard, HostTree → ConnectionsHostTree, QuickConnect → ConnectionsQuickConnect. Unprefixed names silently resolve to nothing — no errors, just invisible components. Co-Authored-By: Claude Opus 4.6 --- frontend/pages/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/pages/index.vue b/frontend/pages/index.vue index 6a9a910..d7c9c4d 100644 --- a/frontend/pages/index.vue +++ b/frontend/pages/index.vue @@ -134,7 +134,7 @@ const recentHosts = computed(() => {