From 0e506910327d341f9bd7bb762afd8c3f739a32b3 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Thu, 18 Jan 2024 07:32:04 +0100 Subject: [PATCH] refs #6694 perf: order VnLocation attrs --- src/components/common/VnLocation.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/common/VnLocation.vue b/src/components/common/VnLocation.vue index 072b08094..82dfd6d53 100644 --- a/src/components/common/VnLocation.vue +++ b/src/components/common/VnLocation.vue @@ -90,6 +90,10 @@ function handleFetch( data) { :label="t('Location')" :option-label="showLabel" :placeholder="t('Search by postalCode, town, province or country')" + @input-value="locationFilter" + :default-filter="false" + :input-debounce="100" + :class="{ required: $attrs.required }" v-bind="$attrs" emit-value map-options @@ -97,19 +101,15 @@ function handleFetch( data) { clearable hide-selected fill-input - :class="{ required: $attrs.required }" - @input-value="locationFilter" - :default-filter="false" - :input-debounce="100" > -