Skip to content

Commit 3654cd4

Browse files
committed
fix: remove stale reference
1 parent 95ef5d7 commit 3654cd4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/components/Link/Base.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ const props = withDefaults(
88
'disabled'?: boolean
99
/**
1010
* `type` should never be used, because this will always be a link.
11-
*
12-
* If you want a button use `TagButton` instead.
1311
* */
1412
'type'?: never
1513
'variant'?: 'button-primary' | 'button-secondary' | 'tag' | 'link'

0 commit comments

Comments
 (0)