Skip to content

Commit 2a3d380

Browse files
fix(types): missing VCardSubtitle declaration
1 parent ce3c51f commit 2a3d380

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vuetify/types/lib.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ declare module 'vuetify/lib' {
3333
const VCalendarMonthly: Component
3434
const VCard: Component
3535
const VCardTitle: Component
36+
const VCardSubtitle: Component
3637
const VCardActions: Component
3738
const VCardText: Component
3839
const VCarousel: Component
@@ -200,6 +201,7 @@ declare module 'vuetify/lib' {
200201
VCalendarMonthly,
201202
VCard,
202203
VCardTitle,
204+
VCardSubtitle,
203205
VCardActions,
204206
VCardText,
205207
VCarousel,

0 commit comments

Comments
 (0)