Skip to content

Commit

Permalink
Make inUserPlaylist a required prop
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored Jun 16, 2024
1 parent 6b2917a commit 20677aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default defineComponent({
},
inUserPlaylist: {
type: Boolean,
default: false
required: true
}
},
emits: ['change-format', 'pause-player', 'set-info-area-sticky', 'scroll-to-info-area'],
Expand Down

0 comments on commit 20677aa

Please sign in to comment.