Skip to content

Commit 89d3fe9

Browse files
authored
fix: hydration error
1 parent b473cf2 commit 89d3fe9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
</head>
99

1010
<body>
11-
<div id="app">
12-
<!--app-html-->
13-
</div>
11+
<div id="app"><!--app-html--></div>
1412
<script type="module" src="/src/entry-client.ts"></script>
1513
</body>
1614

0 commit comments

Comments
 (0)