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,28 @@
:: BASE_DOC ::
## API
### Cell Props
name | type | default | description | required
-- | -- | -- | -- | --
align | String | middle | optionstop/middle/bottom | N
arrow | Boolean | false | \- | N
bordered | Boolean | true | \- | N
custom-style `v0.25.0` | String | - | \- | N
description | String / Slot | - | \- | N
external-classes | Array | - | `['t-class', 't-class-title', 't-class-note', 't-class-description', 't-class-thumb', 't-class-hover', 't-class-left', 't-class-right']` | N
hover | Boolean | - | \- | N
image | String / Slot | - | \- | N
jump-type | String | navigateTo | optionsswitchTab/reLaunch/redirectTo/navigateTo | N
left-icon | String / Slot | - | \- | N
note | String / Slot | - | \- | N
required | Boolean | false | \- | N
right-icon | String / Slot | - | \- | N
title | String / Slot | - | \- | N
url | String | - | \- | N
### Cell Events
name | params | description
-- | -- | --
click | - | \-