Skip to content

Commit

Permalink
Fixed #3197 - ContextMenu: attributes could not be automatically inhe…
Browse files Browse the repository at this point in the history
…rited
  • Loading branch information
tugcekucukoglu committed Oct 31, 2022
1 parent fc60cd1 commit e89af14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/contextmenu/ContextMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import ContextMenuSub from './ContextMenuSub.vue';
export default {
name: 'ContextMenu',
inheritAttrs: false,
emits: ['focus', 'blur', 'show', 'hide'],
props: {
model: {
Expand Down

0 comments on commit e89af14

Please sign in to comment.