|
@@ -3,7 +3,7 @@
|
|
<p class="boxCity">{{weatcherData.city}}</p>
|
|
<p class="boxCity">{{weatcherData.city}}</p>
|
|
<p class="boxWeather">{{weatcherData.weather}}<br>
|
|
<p class="boxWeather">{{weatcherData.weather}}<br>
|
|
<label class="boxTemperature">
|
|
<label class="boxTemperature">
|
|
- {{weatcherData.humidity}}°
|
|
|
|
|
|
+ {{weatcherData.temperature_float}}°
|
|
</label>
|
|
</label>
|
|
</p>
|
|
</p>
|
|
|
|
|