Skip to content

Commit

Permalink
apps fix changing components.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Jan 10, 2024
1 parent 0c50150 commit ff92516
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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']
Expand Down

0 comments on commit ff92516

Please sign in to comment.