Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Complete missing props (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal authored Feb 7, 2022
1 parent af82bcd commit 0ef72cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/VFourOhFour.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
:label-text="$t('404.search-placeholder')"
field-id="404-search"
:placeholder="$t('404.search-placeholder')"
size="standalone"
@input="setSearchTerm"
@submit="handleSearch"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/VHeader/VLogoButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const VLogoButton = defineComponent({
},
isSearchRoute: {
type: Boolean,
required: true,
default: false,
},
autoResizeLogo: {
type: Boolean,
Expand Down

0 comments on commit 0ef72cd

Please sign in to comment.