Skip to content

Commit

Permalink
Merge pull request #453 from bethinkpl/outline-item-label-prop-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rogatty authored Jan 15, 2025
2 parents c910f7e + 1e5de02 commit 81770e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/js/components/Outline/OutlineItem/OutlineItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ export default defineComponent({
},
label: {
type: String,
required: true,
// Label can be passed either as a prop or in a slot
default: '',
},
isLabelUppercase: {
type: Boolean,
Expand Down

0 comments on commit 81770e9

Please # to comment.