diff --git a/src/components/@inputs/Calendar.vue b/src/components/@inputs/Calendar.vue index a7e08fa..782779d 100644 --- a/src/components/@inputs/Calendar.vue +++ b/src/components/@inputs/Calendar.vue @@ -1,22 +1,130 @@ - - diff --git a/src/components/@inputs/PostalCode.vue b/src/components/@inputs/PostalCode.vue index b12d09b..36309ef 100644 --- a/src/components/@inputs/PostalCode.vue +++ b/src/components/@inputs/PostalCode.vue @@ -1,22 +1,74 @@ - - diff --git a/src/components/@inputs/PriceRange.vue b/src/components/@inputs/PriceRange.vue index bfd8f31..35642ca 100644 --- a/src/components/@inputs/PriceRange.vue +++ b/src/components/@inputs/PriceRange.vue @@ -34,11 +34,7 @@ export default defineComponent({ setup() { const rangePriceStore = useRangePriceStore(); - const handleChange = (e: Event) => { - console.log(e); - }; - - return { rangePriceStore, handleChange }; + return { rangePriceStore }; }, });