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 5df705f commit a4ba3ddCopy full SHA for a4ba3dd
CHANGE-LOG.md
@@ -7,6 +7,12 @@ Vx.x.x(TPL)
7
- Style
8
- Dependencies Changes
9
10
+V2.8.3
11
+
12
+### Bug Fixes
13
14
+- 修复表格显示隐藏切换,右列固定效果消失的问题 #404
15
16
V2.8.2
17
18
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-easytable",
3
- "version": "2.8.2",
+ "version": "2.8.3",
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.8.2';
+const version = '2.8.3';
const components = [
VeCheckbox,
VeCheckboxGroup,
0 commit comments