24 lines
656 B
Markdown
24 lines
656 B
Markdown
:: BASE_DOC ::
|
||
|
||
## API
|
||
### Link Props
|
||
|
||
name | type | default | description | required
|
||
-- | -- | -- | -- | --
|
||
content | String / Slot | - | \- | N
|
||
navigator-props | Object | - | \- | N
|
||
prefix-icon | String / Object / Slot | - | \- | N
|
||
size | String | medium | options:small/medium/large。Typescript:`SizeEnum` | N
|
||
status | String | normal | options:normal/active/disabled | N
|
||
suffix-icon | String / Object / Slot | - | \- | N
|
||
theme | String | default | options:default/primary/danger/warning/success | N
|
||
underline | Boolean | - | \- | N
|
||
|
||
### Link Events
|
||
|
||
name | params | description
|
||
-- | -- | --
|
||
complete | \- | \-
|
||
fail | \- | \-
|
||
success | \- | \-
|