From 926a7761fb2eb405bfeb33118df006d4796d4370 Mon Sep 17 00:00:00 2001 From: lesion Date: Tue, 21 Jun 2022 22:45:46 +0200 Subject: [PATCH] minor --- components/WhereInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WhereInput.vue b/components/WhereInput.vue index 46b227f9..42d08e6b 100644 --- a/components/WhereInput.vue +++ b/components/WhereInput.vue @@ -16,7 +16,7 @@ v-row @change='selectPlace') template(v-slot:item="{ item, attrs, on }") v-list-item(v-bind='attrs' v-on='on') - v-list-item-content(two-line v-if='item.create') + v-list-item-content(two-line v-if='item.create && search') v-list-item-title {{item.name}} v-list-item-content(two-line v-else) v-list-item-title(v-text='item.name')