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 @@ -
+