aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdTagInput.vue
diff options
context:
space:
mode:
authorZero~Informatique2020-06-20 16:50:49 +0200
committerOzoneGrif2020-06-28 14:11:13 +0200
commit170d7a61f720ece9dc4b347b19f5a8213f1d8984 (patch)
tree3a7af0595faea4a98437f8f73b3172529bda3a1d /viewer/src/components/LdTagInput.vue
parent06355c9cebce469d3d827d48043387144c2458a5 (diff)
downloadldgallery-170d7a61f720ece9dc4b347b19f5a8213f1d8984.tar.gz
viewer: prettier formatting based on eslint-prettier plugin
Diffstat (limited to 'viewer/src/components/LdTagInput.vue')
-rw-r--r--viewer/src/components/LdTagInput.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/viewer/src/components/LdTagInput.vue b/viewer/src/components/LdTagInput.vue
index 6b6e749..ce83ba8 100644
--- a/viewer/src/components/LdTagInput.vue
+++ b/viewer/src/components/LdTagInput.vue
@@ -34,8 +34,8 @@
34 @remove="clearCurrentFilter" 34 @remove="clearCurrentFilter"
35 @keydown.enter.native="onKeyEnter" 35 @keydown.enter.native="onKeyEnter"
36 > 36 >
37 <template slot-scope="props">{{displayOption(props.option)}}</template> 37 <template slot-scope="props">{{ displayOption(props.option) }}</template>
38 <template slot="empty">{{$t('tagInput.nomatch')}}</template> 38 <template slot="empty">{{ $t("tagInput.nomatch") }}</template>
39 </b-taginput> 39 </b-taginput>
40</template> 40</template>
41 41