(update): Formatage mineur (one-line function)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user