Skip to content

Commit d5edec5

Browse files
committed
feat: hide flash of unstyled content
1 parent 34c9110 commit d5edec5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

editor/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,15 @@
6262
height: 1em;
6363
font-size: 50px;
6464
}
65+
66+
[v-cloak] {
67+
display: none;
68+
}
6569
</style>
6670
</head>
6771

6872
<body>
69-
<div id="app">
73+
<div id="app" v-cloak>
7074
<h1>ASCII Unicode Conversion Map Editor</h1>
7175
<header>
7276
<div>

0 commit comments

Comments
 (0)