Skip to content

Commit

Permalink
Merge pull request #3773 from nextcloud/fix/noid/emits
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal authored Feb 17, 2023
2 parents 667c2a2 + b58c5d2 commit 3c61fd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/NcHeaderMenu/NcHeaderMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ export default {

emits: [
'close',
'closed',
'open',
'opened',
'update:open',
'cancel',
],
Expand Down
5 changes: 4 additions & 1 deletion src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,10 @@ export default {
},
},

emits: ['click'],
emits: [
'click',
'update:menuOpen',
],

data() {
return {
Expand Down

0 comments on commit 3c61fd5

Please sign in to comment.