From c488b28c3c8411d35e1da23780c95724c3bd4c40 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 14 Feb 2024 17:41:10 +0100 Subject: [PATCH] docs: use `lang="ts"` everywhere --- .../content/examples/HorizontalNavigationExample.vue | 2 +- .../examples/HorizontalNavigationExampleDefaultSlot.vue | 2 +- .../examples/HorizontalNavigationExampleSections.vue | 2 +- docs/components/home/HomeTetris.vue | 2 +- docs/content/1.getting-started/2.installation.md | 2 +- docs/content/1.getting-started/3.theming.md | 2 +- docs/content/1.getting-started/4.shortcuts.md | 2 +- docs/content/2.components/modal.md | 2 +- docs/content/2.components/notification.md | 2 +- docs/content/2.components/slideover.md | 2 +- docs/content/2.components/table.md | 6 +++--- docs/pages/playground.vue | 2 +- docs/pages/roadmap.vue | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/components/content/examples/HorizontalNavigationExample.vue b/docs/components/content/examples/HorizontalNavigationExample.vue index 2e0c72cf..c7d464fd 100644 --- a/docs/components/content/examples/HorizontalNavigationExample.vue +++ b/docs/components/content/examples/HorizontalNavigationExample.vue @@ -1,4 +1,4 @@ - diff --git a/docs/content/2.components/modal.md b/docs/content/2.components/modal.md index 886942c4..b2a63bcc 100644 --- a/docs/content/2.components/modal.md +++ b/docs/content/2.components/modal.md @@ -40,7 +40,7 @@ Use the `prevent-close` prop to disable the outside click alongside the `esc` ke You can still handle the `esc` shortcut yourself by using our [defineShortcuts](/getting-started/shortcuts#defineshortcuts) composable. ```vue -