mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 08:15:37 +00:00
🎨 Handle loading state for widgets
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<LoadingAnimation v-if="loading" class="loader" />
|
||||
<div v-else class="weather">
|
||||
<div class="weather">
|
||||
<!-- Icon + Temperature -->
|
||||
<div class="intro">
|
||||
<p class="temp">{{ temp }}</p>
|
||||
|
||||
Reference in New Issue
Block a user