Skip to content

Commit f6561e3

Browse files
committed
Update README.md
1 parent 5c844d7 commit f6561e3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@
2020

2121
Support this project by becoming a sponsor. Your logo or name will show up here with a link you provided. [Become a sponsor](https://www.patreon.com/huangshuwei)
2222

23-
2423
## Introduction
2524

2625
Based on vue2.x flexible table components.
2726

2827
## API & Examples
2928

30-
- [Official documents (Github)](http://happy-coding-clans.github.io/vue-easytable/)
31-
- [Official documents (China)](http://huangshuwei.gitee.io/vue-easytable/)
29+
- [Official documents (Github)](http://happy-coding-clans.github.io/vue-easytable/)
30+
- [Official documents (China)](http://huangshuwei.gitee.io/vue-easytable/)
3231

3332
## Features
3433

@@ -55,7 +54,9 @@ Based on vue2.x flexible table components.
5554
- [x] [Cell Custom](http://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/cell-custom)
5655
- [x] [Cell Span](http://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/cell-span)
5756
- [x] [Cell Selection(keyboard operation)](http://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/cell-selection)
57+
- [x] [Cell Autofill](http://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/cell-autofill)
5858
- [x] [Cell Edit](http://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/cell-edit)
59+
- [x] [Clipboard](http://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/clipboard)
5960
- [x] [Contextmenu](http://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/contextmenu)
6061
- [x] [Cell Ellipsis](http://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/cell-ellipsis)
6162
- [x] [Row Radio](http://happy-coding-clans.github.io/vue-easytable/#/en/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)