Skip to content

Commit

Permalink
fix(control): add missing component to mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Feb 5, 2024
1 parent 9f1e6ff commit 22d429d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mixins/Control.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ declare module 'vue' {
SControlActionBar: typeof SControlActionBar
SControlActionBarButton: typeof SControlActionBarButton
SControlActionBarClose: typeof SControlActionBarClose
SControlActionBarCollapse: typeof SControlActionBarCollapse
SControlActionMenu: typeof SControlActionMenu
SControlButton: typeof SControlButton
SControlCenter: typeof SControlCenter
Expand Down

0 comments on commit 22d429d

Please sign in to comment.