Skip to content

Commit

Permalink
Fix components.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
markostreich committed Jan 18, 2024
1 parent f656cb1 commit 90a6598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions digiwf-apps/packages/apps/digiwf-tasklist/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ declare module 'vue' {
VListItemTitle: typeof import('vuetify/lib')['VListItemTitle']
VMain: typeof import('vuetify/lib')['VMain']
VMenu: typeof import('vuetify/lib')['VMenu']
VMessages: typeof import('vuetify/lib')['VMessages']
VMultiUserInput: typeof import('./src/components/schema/VMultiUserInput.vue')['default']
VNavigationDrawer: typeof import('vuetify/lib')['VNavigationDrawer']
VProgressCircular: typeof import('vuetify/lib')['VProgressCircular']
Expand Down

0 comments on commit 90a6598

Please sign in to comment.