Skip to content

Commit ad4a6ce

Browse files
committed
修复打包发布后,网站白屏bug(#app不能有下一个节点元素)
1 parent 7e6d6da commit ad4a6ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@
177177
<strong>We're sorry but vue-typescript-music doesn't work properly without JavaScript enabled. Please enable it to
178178
continue.</strong>
179179
</noscript>
180-
<div id="app"></div>
181-
<!-- built files will be auto injected -->
182180
<div id="first-loading">
183181
<div class="hourglass">
184182
<div class="hourglass-stand"></div>
185183
<div class="hourglass-sand"></div>
186184
<div class="hourglass-stream"></div>
187185
</div>
188186
</div>
187+
<div id="app"></div>
188+
<!-- built files will be auto injected -->
189189
</body>
190190

191191
</html>

0 commit comments

Comments
 (0)