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']