Skip to content

Commit d73768b

Browse files
committedMar 24, 2025
fix(Link): prevent active="true" binding on html
1 parent b998354 commit d73768b

File tree

3 files changed

+55
-54
lines changed

3 files changed

+55
-54
lines changed
 

‎src/runtime/components/LinkBase.vue

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export interface LinkBaseProps {
1010
navigate?: (e: MouseEvent) => void
1111
target?: LinkProps['target']
1212
rel?: LinkProps['rel']
13+
active?: boolean
1314
isExternal?: boolean
1415
}
1516
</script>

‎test/components/__snapshots__/NavigationMenu-vue.spec.ts.snap

+27-27
Large diffs are not rendered by default.

‎test/components/__snapshots__/NavigationMenu.spec.ts.snap

+27-27
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.