From 694684b13247fc17e4034937a65e4671bc87906b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E4=BC=BC=E8=8A=B1=E8=90=BD?= <502431556@qq.com> Date: Tue, 7 Dec 2021 09:21:51 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20src/comp?= =?UTF-8?q?onents.d.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/components.d.ts diff --git a/src/components.d.ts b/src/components.d.ts deleted file mode 100644 index 9714d72..0000000 --- a/src/components.d.ts +++ /dev/null @@ -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 { }