소스 검색

Max/min price placeholder amended

master
JannekeDL 5 년 전
부모
커밋
167d74253a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/components/timeshare/searchTimeshare.vue

+ 2
- 2
src/components/timeshare/searchTimeshare.vue 파일 보기

@@ -93,7 +93,7 @@
93 93
                 step="any"
94 94
                 id="minPrice"
95 95
                 name="minPrice"
96
-                placeholder="Minimum Price"
96
+                placeholder="Min"
97 97
                 v-model="filter.minPrice"
98 98
               />
99 99
               <div class="input-group-append" @click="clearFilter('minPrice')">
@@ -117,7 +117,7 @@
117 117
                 step="any"
118 118
                 id="maxPrice"
119 119
                 name="maxPrice"
120
-                placeholder="Maximum Price"
120
+                placeholder="Max"
121 121
                 v-model="filter.maxPrice"
122 122
               />
123 123
               <div class="input-group-append" @click="clearFilter('maxPrice')">

Loading…
취소
저장