Skip to content

Commit

Permalink
feat(*): 开发环境加入调试面板
Browse files Browse the repository at this point in the history
  • Loading branch information
yulimchen committed Feb 20, 2021
1 parent 4ed5823 commit fed71f5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,20 @@
</head>
<body>
<noscript>
<strong>We're sorry but vant-template doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but vue3-h5-template doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app">
<div class="__spinner-container">
<div class="__spinner"></div>
</div>
</div>
<!-- built files will be auto injected -->
<% if (NODE_ENV === 'development') { %>
<!-- console -->
<script src="//cdn.jsdelivr.net/npm/eruda"></script>
<script>
eruda.init();
</script>
<% } %>
</body>
</html>

0 comments on commit fed71f5

Please sign in to comment.