diff --git a/src/runtime/utils/link.ts b/src/runtime/utils/link.ts index 77065e7e..6678c1cf 100644 --- a/src/runtime/utils/link.ts +++ b/src/runtime/utils/link.ts @@ -10,7 +10,7 @@ export function pickLinkProps(link: LinkProps & { [key: string]: any }) { const propsToInclude = [ 'active', 'activeClass', 'ariaCurrentValue', 'as', 'disabled', 'exact', 'exactActiveClass', 'exactHash', 'exactQuery', 'external', - 'href', 'inactiveClass', 'noPrefetch', 'noRel', 'prefetch', + 'href', 'download', 'inactiveClass', 'noPrefetch', 'noRel', 'prefetch', 'prefetchedClass', 'rel', 'replace', 'target', 'to', 'type', 'title', 'onClick', ...ariaKeys,