File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 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)
77- Style
88- Dependencies Changes
99
10+ V2.8.0
11+
12+ ### Feature
13+
14+ - 编译支持 IE11 浏览器
15+
1016V2.7.1
1117
1218### Bug Fixes
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
1111 chrome : "67" ,
1212 safari : "11.1" ,
1313 } ,
14- useBuiltIns : "entry " ,
14+ useBuiltIns : "usage " ,
1515 corejs : "3.6.5" ,
1616 } ,
1717 ] ,
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-easytable" ,
3- "version" : " 2.7.1 " ,
3+ "version" : " 2.8.0 " ,
44 "main" : " libs/main.js" ,
55 "description" : " Vue table component" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import VeSelect from './ve-select';
1212import VeTable from './ve-table' ;
1313
1414
15- const version = '2.7.1 ' ;
15+ const version = '2.8.0 ' ;
1616const components = [
1717 VeCheckbox ,
1818 VeCheckboxGroup ,
You can’t perform that action at this time.
0 commit comments