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 1fade1e commit bed8f81Copy full SHA for bed8f81
1 file changed
app/components/Link/Base.vue
@@ -21,12 +21,12 @@ const props = withDefaults(
21
'aria-keyshortcuts'?: never
22
23
/**
24
- * Don't use this directly. This will automatically be set to `_blank` if `href` for external links.
+ * Don't use this directly. This will automatically be set to `_blank` for external links passed via `to`.
25
*/
26
'target'?: never
27
28
29
+ * Don't use this directly. This will automatically be set for external links passed via `to`.
30
31
'rel'?: never
32
0 commit comments