Skip to content

Commit bed8f81

Browse files
docs: update comment
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1fade1e commit bed8f81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Link/Base.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ const props = withDefaults(
2121
'aria-keyshortcuts'?: never
2222
2323
/**
24-
* Don't use this directly. This will automatically be set to `_blank` if `href` for external links.
24+
* Don't use this directly. This will automatically be set to `_blank` for external links passed via `to`.
2525
*/
2626
'target'?: never
2727
2828
/**
29-
* Don't use this directly. This will automatically be set to `_blank` if `href` for external links.
29+
* Don't use this directly. This will automatically be set for external links passed via `to`.
3030
*/
3131
'rel'?: never
3232

0 commit comments

Comments
 (0)