Browse Source

修复vconsole.ts文件末尾缺少换行符的问题,提升代码规范性。

wuyi 2 tháng trước cách đây
mục cha
commit
03d9b7fa3b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/utils/vconsole.ts

+ 1 - 1
src/utils/vconsole.ts

@@ -179,4 +179,4 @@ if (typeof window !== "undefined") {
     enable: enableVConsole,
     disable: disableVConsole,
   };
-}
+}