Skip to content

Commit 45b7f88

Browse files
author
issayah
committed
Merge branch 'setup' of https://github.com/kwiksilver3441/bootstrap-vue-3 into setup
2 parents 3f93584 + 8cf3d64 commit 45b7f88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/types/components/BLink/BLink.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface Props {
1818
routerTag?: string
1919
target?: LinkTarget
2020
to?: RouteLocationRaw
21-
}
21+
} // TODO look at this
2222
// Emits
2323
export interface Emits {
2424
(e: 'click', value: PointerEvent): void

src/types/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,4 @@ export type {Props as BProgressBarProps} from './BProgressBar'
153153
export type {Props as BRowProps} from './BRow'
154154

155155
export type {Props as BSpinnerProps} from './BSpinner'
156+

0 commit comments

Comments
 (0)