(update): Formatage mineur (one-line function)

This commit is contained in:
2026-02-08 16:21:18 +01:00
parent 922b7850ea
commit 74c0448dfc

View File

@@ -26,7 +26,7 @@
<v-icon left size="60">mdi-play</v-icon>
</mqtt-button>
</v-col>
</v-row>
</v-row>
</v-container>
</v-card>
</template>
@@ -39,8 +39,7 @@
const isCardReduced = ref(false);
// Méthode pour basculer l'état de la carte
function toggleCardSize() { isCardReduced.value = !isCardReduced.value;
}
function toggleCardSize() { isCardReduced.value = !isCardReduced.value; }
</script>
<style>