mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
fix(Link): prevent active="true" binding on html
This commit is contained in:
@@ -10,6 +10,7 @@ export interface LinkBaseProps {
|
||||
navigate?: (e: MouseEvent) => void
|
||||
target?: LinkProps['target']
|
||||
rel?: LinkProps['rel']
|
||||
active?: boolean
|
||||
isExternal?: boolean
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user