We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b7f88 commit bff6c21Copy full SHA for bff6c21
src/types/components/BLink/BLink.d.ts
@@ -18,7 +18,7 @@ export interface Props {
18
routerTag?: string
19
target?: LinkTarget
20
to?: RouteLocationRaw
21
-} // TODO look at this
+}
22
// Emits
23
export interface Emits {
24
(e: 'click', value: PointerEvent): void
src/types/components/index.ts
@@ -153,4 +153,3 @@ export type {Props as BProgressBarProps} from './BProgressBar'
153
export type {Props as BRowProps} from './BRow'
154
155
export type {Props as BSpinnerProps} from './BSpinner'
156
-
0 commit comments