diff --git a/css/style.css b/css/style.css index 3356cdb..d9afe9c 100644 --- a/css/style.css +++ b/css/style.css @@ -229,6 +229,9 @@ h1, h2, h3, h4, h5 { padding: 20px 0; } +/* Safety: hide all tab-content until Vue mounts and activates one */ +[v-cloak] .tab-content { display: none; } + /* Input and output sections */ .input-section, .output-section, diff --git a/index.html b/index.html index e074091..2eec181 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ -
+