mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 17:30:37 +01:00
fix(Link): only bind necessary slot props
This commit is contained in:
@@ -6,12 +6,9 @@ export interface LinkBaseProps {
|
||||
click?: (e: MouseEvent) => void
|
||||
href?: string
|
||||
navigate?: (e: MouseEvent) => void
|
||||
route?: object
|
||||
rel?: string
|
||||
target?: string
|
||||
isExternal?: boolean
|
||||
isActive?: boolean
|
||||
isExactActive?: boolean
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user