Skip to content

Commit

Permalink
feat: isSticky to SectionOvervie
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Mar 5, 2025
1 parent 6386f61 commit 162f004
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/templates/sectionoverview/SectionOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:title="title"
:overline="overline"
:description="description"
:isSticky="isSticky"
>
<template #actions>
<LinkButton
Expand All @@ -29,6 +30,12 @@
import DescriptionUnorderedList from '../listdescriptionunordered'
defineProps({
isSticky: {
type: Boolean,
default() {
return true
},
},
overline: {
type: String
},
Expand Down

0 comments on commit 162f004

Please sign in to comment.