Skip to content

Commit

Permalink
fix(types): missing VCardSubtitle declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk committed Nov 15, 2019
1 parent ce3c51f commit 2a3d380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/types/lib.d.ts
Expand Up @@ -33,6 +33,7 @@ declare module 'vuetify/lib' {
const VCalendarMonthly: Component
const VCard: Component
const VCardTitle: Component
const VCardSubtitle: Component
const VCardActions: Component
const VCardText: Component
const VCarousel: Component
Expand Down Expand Up @@ -200,6 +201,7 @@ declare module 'vuetify/lib' {
VCalendarMonthly,
VCard,
VCardTitle,
VCardSubtitle,
VCardActions,
VCardText,
VCarousel,
Expand Down

0 comments on commit 2a3d380

Please sign in to comment.