소스 검색

debug mshop

stanley-king 7 년 전
부모
커밋
e13005c418
3개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      dist/index.html
  2. 1 1
      dist/mshop/js/manifest.b04709ac2fb65b45f278.js.map
  3. 3 1
      index.html

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
dist/mshop/js/manifest.b04709ac2fb65b45f278.js.map


+ 3 - 1
index.html

@@ -14,6 +14,8 @@
 </head>
 <body>
 <div id="app-box"></div>
-<!-- built files will be auto injected -->
+<script>
+    window.location.reload();
+</script>
 </body>
 </html>