Skip to content

Commit 0716ffa

Browse files
committed
fix(search): silence warning for prop
1 parent 250e3ba commit 0716ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/theme-default/Layout.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AlgoliaSearchBox
77
v-if="theme.algolia"
88
:options="theme.algolia"
9-
:multilang="theme.locales"
9+
:multilang="!!theme.locales"
1010
:key="siteRouteData.lang"
1111
/>
1212
</slot>

0 commit comments

Comments
 (0)