File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
en/ve-table/cell-autofill
zh/ve-table/cell-autofill Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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:::
Original file line number Diff line number Diff line change 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" ;
1012import Base from " ./base.md" ;
1113import AutofillDirection from " ./autofill-direction.md" ;
1214import API from " ../api/cell-autofill-option-props" ;
1315
1416export default {
1517 name: " cell-selection" ,
1618 components: {
19+ Explain,
1720 Base,
1821 AutofillDirection,
1922 API ,
Original file line number Diff line number Diff line change 11::: tip
2- 1、像 excel 那样进行单元格内容的自动填充
2+ 当存在需要重复拷贝的数据,你可以像 excel 那样进行单元格内容的自动填充
33
44:::
Original file line number Diff line number Diff line change 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" ;
1012import Base from " ./base.md" ;
1113import AutofillDirection from " ./autofill-direction.md" ;
1214import API from " ../api/cell-autofill-option-props" ;
1315
1416export default {
1517 name: " cell-selection" ,
1618 components: {
19+ Explain,
1720 Base,
1821 AutofillDirection,
1922 API ,
You can’t perform that action at this time.
0 commit comments