Fix search on 404 page
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d71e76d692
commit
e781fd5b49
@ -38,7 +38,7 @@
|
|||||||
}}
|
}}
|
||||||
</p>
|
</p>
|
||||||
<!-- The following should just be replaced with the SearchField component but it fails for some reason -->
|
<!-- The following should just be replaced with the SearchField component but it fails for some reason -->
|
||||||
<form @submit="enter">
|
<form @submit.prevent="enter">
|
||||||
<b-field class="search">
|
<b-field class="search">
|
||||||
<b-input
|
<b-input
|
||||||
expanded
|
expanded
|
||||||
|
Loading…
Reference in New Issue
Block a user