From 7f29b89d928a205e58ac6a705825515ab6387b94 Mon Sep 17 00:00:00 2001 From: EP Date: Wed, 20 Aug 2025 19:04:48 -0700 Subject: [PATCH] Re-enable app rendering: remove v-cloak hiding on tabs; keep tab wiring intact --- css/style.css | 3 ++- index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index d9afe9c..99799d8 100644 --- a/css/style.css +++ b/css/style.css @@ -230,7 +230,8 @@ h1, h2, h3, h4, h5 { } /* Safety: hide all tab-content until Vue mounts and activates one */ -[v-cloak] .tab-content { display: none; } +/* Remove aggressive v-cloak hiding to avoid blank app if Vue fails */ +/* [v-cloak] .tab-content { display: none; } */ /* Input and output sections */ .input-section, diff --git a/index.html b/index.html index 2eec181..e074091 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ -
+