Skip to content

Commit 5c844d7

Browse files
committed
Update README-CN.md
1 parent 11bc30f commit 5c844d7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README-CN.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
## API & 文档
2828

29-
- [官方文档 (Github)](http://happy-coding-clans.github.io/vue-easytable/)
30-
- [官方文档 (国内)](http://huangshuwei.gitee.io/vue-easytable/)
29+
- [官方文档 (Github)](http://happy-coding-clans.github.io/vue-easytable/)
30+
- [官方文档 (国内)](http://huangshuwei.gitee.io/vue-easytable/)
3131

3232
## 功能支持
3333

@@ -41,7 +41,6 @@
4141

4242
**Table 组件**
4343

44-
4544
- [x] [国际化](http://happy-coding-clans.github.io/vue-easytable/#/zh/doc/locale)
4645
- [x] [主题定制 & 内置主题](http://happy-coding-clans.github.io/vue-easytable/#/zh/doc/theme)
4746
- [x] [虚拟滚动](http://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/virtual-scroll)
@@ -55,7 +54,9 @@
5554
- [x] [单元格自定义](http://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-custom)
5655
- [x] [单元格合并](http://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-span)
5756
- [x] [单元格选择(键盘操作)](http://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-selection)
57+
- [x] [单元格自动填充](http://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-autofill)
5858
- [x] [单元格编辑](http://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-edit)
59+
- [x] [剪贴板](http://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/clipboard)
5960
- [x] [右键菜单](http://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/contextmenu)
6061
- [x] [单元格省略](http://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-ellipsis)
6162
- [x] [行单选](http://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/row-radio)
@@ -93,8 +94,8 @@ import VueEasytable from "vue-easytable";
9394
Vue.use(VueEasytable);
9495

9596
new Vue({
96-
el: "#app",
97-
render: (h) => h(App),
97+
el: "#app",
98+
render: (h) => h(App),
9899
});
99100
```
100101

0 commit comments

Comments
 (0)