Skip to content

Commit

Permalink
Updated App.vue
Browse files Browse the repository at this point in the history
includes v-if
  • Loading branch information
XDKRGL authored and dburleson committed Jan 11, 2024
1 parent a46bc7d commit c68edc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spa/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="text-clock text-center w-full py-0.5">
<ClockPage />
</div>
<div class="flex flex-row justify-center">
<div class="flex flex-row justify-center" v-if="$store.data.place.name">
<span class="inline" style="color:lime;">{{ $store.data.place.name }}</span>
</div>
<div class="flex flex-row justify-center">
Expand Down

0 comments on commit c68edc3

Please sign in to comment.