소스 검색

feat: 开启vconsole

TIANYONG 11 달 전
부모
커밋
038ef866e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -43,7 +43,7 @@
   <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
   <script>
     // VConsole will be exported to `window.VConsole` by default.
-    // var vConsole = new window.VConsole();
+    var vConsole = new window.VConsole();
   </script>
 
   <style>