aboutsummaryrefslogtreecommitdiff
path: root/src/components/search_bar
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2021-02-25 14:32:21 +0200
committerShpuld Shpuldson <shp@cock.li>2021-02-25 14:32:21 +0200
commit59aaade7fc796ce43f5fd035fa5f1375d5e3dc75 (patch)
tree01983e1f202a3bd678832ef5975bbc8a32561032 /src/components/search_bar
parent5faca01261a3babe9eab982a69404386875d596b (diff)
fix vue warnings
Diffstat (limited to 'src/components/search_bar')
-rw-r--r--src/components/search_bar/search_bar.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/search_bar/search_bar.vue b/src/components/search_bar/search_bar.vue
index a7432dcb..222f57ba 100644
--- a/src/components/search_bar/search_bar.vue
+++ b/src/components/search_bar/search_bar.vue
@@ -7,8 +7,8 @@
v-if="hidden"
class="button-unstyled nav-icon"
:title="$t('nav.search')"
- @click.prevent.stop="toggleHidden"
type="button"
+ @click.prevent.stop="toggleHidden"
>
<FAIcon
fixed-width
@@ -28,8 +28,8 @@
>
<button
class="button-default search-button"
- @click="find(searchTerm)"
type="submit"
+ @click="find(searchTerm)"
>
<FAIcon
fixed-width
@@ -38,8 +38,8 @@
</button>
<button
class="button-unstyled cancel-search"
- @click.prevent.stop="toggleHidden"
type="button"
+ @click.prevent.stop="toggleHidden"
>
<FAIcon
fixed-width