소스 검색

make linter happy

Michael Wang 3 년 전
부모
커밋
0281624e4f
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      src/plugins/customComponents.ts

+ 0 - 10
src/plugins/customComponents.ts

@@ -1,10 +0,0 @@
-// import {} from "vue";
-// // import AppType from "@/components/common/AppType.vue";
-
-// const components = {
-//   //  AppType,
-// };
-
-// Object.keys(components).forEach((key) => {
-//   App.component(key, components[key]);
-// });