décalage

This commit is contained in:
2026-02-24 23:58:32 +01:00
parent db365010e9
commit b0352c963c
12 changed files with 282 additions and 17 deletions

View File

@@ -49,7 +49,7 @@
defineProps({
id: { type: [String, Number], required: true },
title: { type: String, required: true },
lieu: { type: String, required: true },
lieu: { type: String, default: '' },
dateISO: { type: String, required: true }, // ex: "2026-01-15T20:00:00+01:00"
dateLabel: { type: String, required: true }, // ex: "Jeu. 15 jan. 2026 — 20h"
description: { type: String, default: '' },
@@ -86,4 +86,4 @@
margin-top: auto;
}
</style>
</style>