summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/Global/Search.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Global/Search.vue b/src/components/Global/Search.vue
index d3050170..b4be4637 100644
--- a/src/components/Global/Search.vue
+++ b/src/components/Global/Search.vue
@@ -30,7 +30,7 @@ export default {
props: {
placeholder: {
type: String,
- default: () => {
+ default: function() {
return this.$t('global.form.search');
}
}