Skip to content

Commit d8225a8

Browse files
committed
Fixed component registration
1 parent 31aaaeb commit d8225a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

component.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import type {
3636
BsImageHolder,
3737
BsImageUploader,
3838
BsLightbox,
39-
BsListbox,
4039
BsListNav,
4140
BsListNavItem,
4241
BsListTile,
@@ -46,6 +45,7 @@ import type {
4645
BsListTileSubtitle,
4746
BsListTileTitle,
4847
BsListView,
48+
BsListbox,
4949
BsMaskLoader,
5050
BsModal,
5151
BsNotification,
@@ -88,8 +88,8 @@ declare module '@vue/runtime-core' {
8888
BsAppbarItems: typeof BsAppbarItems;
8989
BsAppbarTitle: typeof BsAppbarTitle;
9090
BsAvatar: typeof BsAvatar;
91-
BsBreadcrumb: typeof BsBreadcrumb;
9291
BsBadge: typeof BsBadge;
92+
BsBreadcrumb: typeof BsBreadcrumb;
9393
BsButton: typeof BsButton;
9494
BsButtonToggle: typeof BsToggleButton;
9595
BsButtonToggleField: typeof BsToggleField;

0 commit comments

Comments
 (0)