瀏覽代碼

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]);
-// });