You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
721 B

1 year ago
:: 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 | optionssmall/medium/large。Typescript`SizeEnum` | N
status | String | normal | optionsnormal/active/disabled | N
disabled | Boolean | false | \- | N
hover | Boolean | - | \- | N
suffix-icon | String / Object / Slot | - | \- | N
theme | String | default | optionsdefault/primary/danger/warning/success | N
underline | Boolean | - | \- | N
### Link Events
name | params | description
-- | -- | --
complete | \- | \-
fail | \- | \-
success | \- | \-