project init & fix ui

This commit is contained in:
2023-01-06 14:24:11 +08:00
parent abc4f65a8e
commit ac9b479805
866 changed files with 39916 additions and 53 deletions

View File

@@ -0,0 +1,23 @@
:: 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
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 | \- | \-