Przeglądaj źródła

删除文件 src/components.d.ts

梦似花落 3 lat temu
rodzic
commit
694684b132
1 zmienionych plików z 0 dodań i 11 usunięć
  1. 0 11
      src/components.d.ts

+ 0 - 11
src/components.d.ts

@@ -1,11 +0,0 @@
-// generated by unplugin-vue-components
-// We suggest you to commit this file into source control
-// Read more: https://github.com/vuejs/vue-next/pull/3399
-
-declare module 'vue' {
-  export interface GlobalComponents {
-    HelloWorld: typeof import('./components/HelloWorld.vue')['default']
-  }
-}
-
-export { }