Skip to content

Commit fb0a46e

Browse files
committed
doc refine
1 parent bd3fbe4 commit fb0a46e

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
:::tip
2-
1、像 excel 那样进行单元格内容的自动填充
2+
When there is data that needs to be copied repeatedly, you can automatically fill in the cell content like excel
33

44
:::

examples/src/docs/en/ve-table/cell-autofill/main.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
<template>
22
<div>
33
<h2>Cell Autofill</h2>
4+
<Explain />
45
<Base />
56
<AutofillDirection />
67
<API title="API" anchor="API" />
78
</div>
89
</template>
910
<script>
11+
import Explain from "./explain.md";
1012
import Base from "./base.md";
1113
import AutofillDirection from "./autofill-direction.md";
1214
import API from "../api/cell-autofill-option-props";
1315
1416
export default {
1517
name: "cell-selection",
1618
components: {
19+
Explain,
1720
Base,
1821
AutofillDirection,
1922
API,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
:::tip
2-
1、像 excel 那样进行单元格内容的自动填充
2+
当存在需要重复拷贝的数据,你可以像 excel 那样进行单元格内容的自动填充
33

44
:::

examples/src/docs/zh/ve-table/cell-autofill/main.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
<template>
22
<div>
33
<h2>单元格自动填充</h2>
4+
<Explain />
45
<Base />
56
<AutofillDirection />
67
<API title="API" anchor="API" />
78
</div>
89
</template>
910
<script>
11+
import Explain from "./explain.md";
1012
import Base from "./base.md";
1113
import AutofillDirection from "./autofill-direction.md";
1214
import API from "../api/cell-autofill-option-props";
1315
1416
export default {
1517
name: "cell-selection",
1618
components: {
19+
Explain,
1720
Base,
1821
AutofillDirection,
1922
API,

0 commit comments

Comments
 (0)