소스 검색

fix: comment code

forestho 3 달 전
부모
커밋
e5d0af9c86
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/components/View.vue

+ 2 - 2
src/views/components/View.vue

@@ -999,8 +999,8 @@ onMounted(() => {
   window.onbeforeunload = () => {
     autoSave();
   };
-  // 注册自定义主题
-  registerLe5leTheme();
+  // 注册自定义主题,这块仅供源码客户参考,注释
+  // registerLe5leTheme();
 });
 
 onUnmounted(()=>{