From 89529f798403819ae9da09a10074d8149b53b3bf Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 8 May 2024 22:08:57 +0200 Subject: [PATCH] feat(NcAppNavigationCaption): Add `heading-id` prop to allow setting the ID on the caption itself Signed-off-by: Ferdinand Thiessen --- .../NcAppNavigationCaption.vue | 32 ++++++++++++++++++- .../NcAppNavigation/NcAppNavigation.spec.js | 1 - .../NcAppNavigationCaption.spec.ts | 30 +++++------------ 3 files changed, 39 insertions(+), 24 deletions(-) diff --git a/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue b/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue index e3594c4686..8f22c203c9 100644 --- a/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue +++ b/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue @@ -1,4 +1,6 @@ +### Basic usage + ```vue