From ff92516a91f885eb7c254cdafb5dafcbf45d7891 Mon Sep 17 00:00:00 2001 From: Simon Hirtreiter Date: Wed, 10 Jan 2024 09:24:38 +0100 Subject: [PATCH] apps fix changing components.d.ts --- .../packages/apps/digiwf-forms-example/components.d.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/digiwf-apps/packages/apps/digiwf-forms-example/components.d.ts b/digiwf-apps/packages/apps/digiwf-forms-example/components.d.ts index 103b45029f..bcf16e749a 100644 --- a/digiwf-apps/packages/apps/digiwf-forms-example/components.d.ts +++ b/digiwf-apps/packages/apps/digiwf-forms-example/components.d.ts @@ -1,11 +1,9 @@ // generated by unplugin-vue-components // We suggest you to commit this file into source control // Read more: https://github.com/vuejs/core/pull/3399 -import '@vue/runtime-core' - export {} -declare module '@vue/runtime-core' { +declare module 'vue' { export interface GlobalComponents { Menu: typeof import('./src/components/menu.vue')['default'] VApp: typeof import('vuetify/lib')['VApp']