Skip to content

Commit 281bbc1

Browse files
committed
V2.8.1
1 parent 5f17983 commit 281bbc1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGE-LOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vx.x.x(TPL)
1+
Vx.x.x(TPL)
22

33
- Breaking Changes
44
- Feature
@@ -7,6 +7,12 @@ vx.x.x(TPL)
77
- Style
88
- Dependencies Changes
99

10+
V2.8.1
11+
12+
### Bug Fixes
13+
14+
- 修复当数据为空时,虚拟滚动功能滚动条高度没有还原的问题 #397
15+
1016
V2.8.0
1117

1218
### Feature

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-easytable",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"main": "libs/main.js",
55
"description": "Vue table component",
66
"keywords": [

packages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import VeSelect from './ve-select';
1212
import VeTable from './ve-table';
1313

1414

15-
const version = '2.8.0';
15+
const version = '2.8.1';
1616
const components = [
1717
VeCheckbox,
1818
VeCheckboxGroup,

0 commit comments

Comments
 (0)