Skip to content

Commit bff6c21

Browse files
author
issayah
committed
Lint
1 parent 45b7f88 commit bff6c21

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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-
} // TODO look at this
21+
}
2222
// Emits
2323
export interface Emits {
2424
(e: 'click', value: PointerEvent): void

src/types/components/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,3 @@ 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)