(location = '/')" v-cloak>
changeLocation({name:'tarih', value: tarihler[evt.target.selectedIndex]})" >
{{tarih ? tarih : 'Tarih'}}
changeLocation({name:'sehir', value: sehirler[evt.target.selectedIndex]})" >
{{sehir ? sehir + depremCount(sehir) : 'Sehir'}}
changeLocation({name:'saat', value: saatler[evt.target.selectedIndex]})" >
{{saat ? saat + ':00' : 'Saat'}}
changeLocation({name:'min', value: siddetler[evt.target.selectedIndex]})" >
{{min && min !== 0 ? min : 'Min'}}
changeLocation({name:'max', value: siddetler[evt.target.selectedIndex]})" >
{{max && max !== 0 ? max : 'Max'}}
Yukleniyor...