Skip to content

Commit 212f7df

Browse files
committedNov 5, 2024
fix(Button): put back target override
1 parent d0d37a0 commit 212f7df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/runtime/types/button.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ export interface Button extends Link {
2626
leading?: boolean
2727
square?: boolean
2828
truncate?: boolean
29+
target?: string
2930
}

0 commit comments

Comments
 (0)