We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c84c2d commit 282edefCopy full SHA for 282edef
CHANGE-LOG.md
@@ -11,7 +11,7 @@ V2.10.1
11
12
### Performance Improvements
13
14
-- 虚拟滚动渲染性能优化。速度提升 5 倍左右
+- 虚拟滚动渲染性能优化
15
- 快速滚动中,如拖动滚动条时只渲染占位符
16
- 将表格单元格计算的 style、class 改为 body 中统计计算
17
- 内存占用优化。内存减少 45% 左右
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-easytable",
3
- "version": "2.10.0",
+ "version": "2.10.1",
4
"main": "libs/main.js",
5
"description": "Vue table component",
6
"keywords": [
packages/index.js
@@ -12,7 +12,7 @@ import VeSelect from './ve-select';
import VeTable from './ve-table';
-const version = '2.10.0';
+const version = '2.10.1';
const components = [
VeCheckbox,
18
VeCheckboxGroup,
0 commit comments