Skip to content

Commit

Permalink
fix(dialog): fix component registration
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Oct 23, 2023
1 parent 1c71b1e commit bb264ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/NcDialog/NcDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export default defineComponent({
name: 'NcDialog',

components: {
NcDialogButton,
NcModal,
},

Expand Down Expand Up @@ -338,8 +339,6 @@ export default defineComponent({
}))

return {
NcDialogButton,

handleButtonClose,
handleClosing,
handleClosed,
Expand Down

0 comments on commit bb264ec

Please sign in to comment.