From 7e5dae322162eb083c6e853e613f719eb7a57f2f Mon Sep 17 00:00:00 2001 From: WyTiny Date: Tue, 24 Oct 2017 00:30:12 -0500 Subject: [PATCH] fix: en (#236) [Doc] add Advanced components english document --- docs/examples-docs/en-US/cell-swipe.md | 16 ++--- docs/examples-docs/en-US/switch-cell.md | 20 +++---- docs/examples-docs/en-US/tree-select.md | 77 +++++++++++++------------ 3 files changed, 57 insertions(+), 56 deletions(-) diff --git a/docs/examples-docs/en-US/cell-swipe.md b/docs/examples-docs/en-US/cell-swipe.md index c5313a6d2..3b0cc1073 100644 --- a/docs/examples-docs/en-US/cell-swipe.md +++ b/docs/examples-docs/en-US/cell-swipe.md @@ -14,11 +14,11 @@ Vue.component(CellSwipe.name, CellSwipe); :::demo Basic Usage ```html - 选择 + Select - + - 删除 + Delete/span> ``` ::: @@ -27,13 +27,13 @@ Vue.component(CellSwipe.name, CellSwipe); | Attribute | Description | Type | Default | Accepted Values | |-----------|-----------|-----------|-------------|-------------| -| left-width | 左侧滑动区域宽度 | `Number` | `0` | - | -| right-width | 右侧滑动区域宽度 | `Number` | `0` | - | +| left-width | Width of the left scrollable area | `Number` | `0` | - | +| right-width | Width of the right scrollable area | `Number` | `0` | - | ### Slot | name | Description | |-----------|-----------| -| - | 自定义显示内容 | -| left | 左侧滑动内容 | -| right | 右侧滑动内容 | +| - | custom content | +| left | content of left scrollable area | +| right | content of right scrollabe area | diff --git a/docs/examples-docs/en-US/switch-cell.md b/docs/examples-docs/en-US/switch-cell.md index 24a872f72..cc7f20362 100644 --- a/docs/examples-docs/en-US/switch-cell.md +++ b/docs/examples-docs/en-US/switch-cell.md @@ -1,6 +1,6 @@ ## SwitchCell -`SwitchCell`组件是对`Switch`和`Cell`组件的封装 +`SwitchCell` component is an encapsulation of `Switch` and `Cell`.