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 6e26da0 commit c8e29c8Copy full SHA for c8e29c8
CHANGE-LOG.md
@@ -7,6 +7,12 @@ vx.x.x(TPL)
7
- Style
8
- Dependencies Changes
9
10
+V2.7.1
11
+
12
+### Bug Fixes
13
14
+- 修复设置了禁止选中,点击全选仍然会选中的问题 #397
15
16
V2.7.0
17
18
### Breaking Changes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-easytable",
3
- "version": "2.7.0",
+ "version": "2.7.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.7.0';
+const version = '2.7.1';
const components = [
VeCheckbox,
VeCheckboxGroup,
0 commit comments