File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ vx.x.x(TPL)
7
7
- Style
8
8
- Dependencies Changes
9
9
10
+ V2.8.0
11
+
12
+ ### Feature
13
+
14
+ - 编译支持 IE11 浏览器
15
+
10
16
V2.7.1
11
17
12
18
### Bug Fixes
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
chrome : "67" ,
12
12
safari : "11.1" ,
13
13
} ,
14
- useBuiltIns : "entry " ,
14
+ useBuiltIns : "usage " ,
15
15
corejs : "3.6.5" ,
16
16
} ,
17
17
] ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-easytable" ,
3
- "version" : " 2.7.1 " ,
3
+ "version" : " 2.8.0 " ,
4
4
"main" : " libs/main.js" ,
5
5
"description" : " Vue table component" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import VeSelect from './ve-select';
12
12
import VeTable from './ve-table' ;
13
13
14
14
15
- const version = '2.7.1 ' ;
15
+ const version = '2.8.0 ' ;
16
16
const components = [
17
17
VeCheckbox ,
18
18
VeCheckboxGroup ,
You can’t perform that action at this time.
0 commit comments