diff --git a/app.vue b/app.vue index 32cc913..3dfef03 100644 --- a/app.vue +++ b/app.vue @@ -5,6 +5,9 @@ useHead({ titleTemplate: (titleChunk) => { return titleChunk ? `${titleChunk} — TTTools` : 'TTTools'; }, + htmlAttrs: { + lang: 'fr' + }, meta: [ { name: "charset", content: "UTF-8" }, { name: "viewport", content: "width=device-width, initial-scale=1.0" }, diff --git a/components/calendar/CalendarEvent.vue b/components/calendar/CalendarEvent.vue index 03e1795..736b6cb 100644 --- a/components/calendar/CalendarEvent.vue +++ b/components/calendar/CalendarEvent.vue @@ -59,7 +59,7 @@ function handleClosePopover() { }) " > -
+
{{ eventTitle }}
diff --git a/pages/index.vue b/pages/index.vue index c0edf24..a717792 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -8,7 +8,7 @@ setCurrentMenu([])