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 5f17983 commit 281bbc1Copy full SHA for 281bbc1
CHANGE-LOG.md
@@ -1,4 +1,4 @@
1
-vx.x.x(TPL)
+Vx.x.x(TPL)
2
3
- Breaking Changes
4
- Feature
@@ -7,6 +7,12 @@ vx.x.x(TPL)
7
- Style
8
- Dependencies Changes
9
10
+V2.8.1
11
+
12
+### Bug Fixes
13
14
+- 修复当数据为空时,虚拟滚动功能滚动条高度没有还原的问题 #397
15
16
V2.8.0
17
18
### Feature
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-easytable",
- "version": "2.8.0",
+ "version": "2.8.1",
"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.8.0';
+const version = '2.8.1';
const components = [
VeCheckbox,
VeCheckboxGroup,
0 commit comments