Skip to content

Commit

Permalink
upd: actionsheet shortpassword taro doc (jd-opensource#517)
Browse files Browse the repository at this point in the history
* fix: checkbox间距调整,官网案例样式调整

* fix: checkbox样式调整

* fix: taro drag

* fix: taro drag doc

* fix: checkbox间距调整

* upd: actionsheet shortpassword taro doc
  • Loading branch information
Drjingfubo authored Jun 23, 2021
1 parent c80dce4 commit bdf464a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 236 deletions.
2 changes: 0 additions & 2 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
{
"name": "ActionSheet",
"taro": true,
"tarodoc": true,
"sort": "1",
"cName": "动作面板",
"type": "component",
Expand Down Expand Up @@ -607,7 +606,6 @@
"version": "3.0.0",
"name": "ShortPassword",
"taro": true,
"tarodoc": true,
"type": "component",
"cName": "短密码",
"desc": "短密码组件",
Expand Down
15 changes: 15 additions & 0 deletions src/packages/__VUE/actionsheet/doc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# ActionSheet 动作面板


### 介绍
从底部弹出的动作菜单面板。

### 安装

``` javascript
import { createApp } from 'vue';
//vue
import { ActionSheet } from '@nutui/nutui';
//mp
import { ActionSheet } from '@nutui/nutui@taro';

const app = createApp();
app.use(ActionSheet);
```

## 基本用法

默认
Expand Down
113 changes: 0 additions & 113 deletions src/packages/__VUE/actionsheet/doc.taro.md

This file was deleted.

3 changes: 3 additions & 0 deletions src/packages/__VUE/shortpassword/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@

``` javascript
import { createApp } from 'vue';
//vue
import { ShortPassword } from '@nutui/nutui';
//mp
import { ShortPassword } from '@nutui/nutui@taro';

const app = createApp();
app.use(ShortPassword);
Expand Down
121 changes: 0 additions & 121 deletions src/packages/__VUE/shortpassword/doc.taro.md

This file was deleted.

0 comments on commit bdf464a

Please sign in to comment.