Skip to content

Commit

Permalink
fix(theme): make text prop of VPHero optional (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Oct 8, 2022
1 parent f79bb78 commit 95e4f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/VPHero.vue
Expand Up @@ -11,7 +11,7 @@ export interface HeroAction {
defineProps<{
name?: string
text: string
text?: string
tagline?: string
image?: DefaultTheme.ThemeableImage
actions?: HeroAction[]
Expand Down

0 comments on commit 95e4f2a

Please sign in to comment.