Do not show Vue components when there is no JavaScript enabled

Small fix, came across this while testing the noscript checkout version.
This commit is contained in:
Dennis Reimann 2023-02-22 13:34:51 +01:00
parent 39f2e80dc1
commit 0a437fba6a
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

View file

@ -19,7 +19,7 @@
@* Non-JS *@
<noscript>
<style>
.hide-when-js, [v-cloak] { display: block !important; }
.hide-when-js { display: block !important; }
.only-for-js { display: none !important; }
</style>
</noscript>