fix(theme): make text prop of VPHero optional (#1445)

pull/1447/head
talkor 2 years ago committed by GitHub
parent f79bb78bf7
commit 95e4f2acc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ export interface HeroAction {
defineProps<{
name?: string
text: string
text?: string
tagline?: string
image?: DefaultTheme.ThemeableImage
actions?: HeroAction[]

Loading…
Cancel
Save