Skip to content

Commit

Permalink
Did some cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Braga Lund committed Nov 30, 2021
1 parent e64d88f commit 85e273a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
58 changes: 0 additions & 58 deletions frontend/braggalot/src/components/HelloWorld.vue

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/braggalot/src/components/WeatherForecast.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<p>This is the weatherforecasts</p>
<article v-for="forecast in forecasts" :key="forecast.id">
<p>{{ forecast.summary }}</p>
<p>{{ forecast.summary }} {{ forecast.temperatureC }}</p>
</article>
</template>

Expand Down

0 comments on commit 85e273a

Please sign in to comment.