hxx 2 년 전
부모
커밋
d38c22375f
4개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.8cc1ecc8.js
  3. 0 0
      dist/static/js/app.cf7ca3da.js
  4. 1 1
      src/App.vue

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


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.8cc1ecc8.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.cf7ca3da.js


+ 1 - 1
src/App.vue

@@ -13,7 +13,7 @@ export default {
       link.type = 'text/css';
       link.id = "theme";  
       link.rel = 'stylesheet';
-      link.href = './static/css/theme-default.css';
+      link.href = './static/black.css';
       document.getElementsByTagName("head")[0].appendChild(link);
     },
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.