Skip to content

Commit f85f56e

Browse files
committedFeb 1, 2019
[build] v2.5.4
1 parent 49942a7 commit f85f56e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+147
-315
lines changed
 

‎directives/mousewheel.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
'use strict';
22

3-
Object.defineProperty(exports, "__esModule", {
4-
value: true
5-
});
3+
exports.__esModule = true;
64

75
var _normalizeWheel = require('normalize-wheel');
86

‎directives/repeat-click.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
'use strict';
22

3-
Object.defineProperty(exports, "__esModule", {
4-
value: true
5-
});
3+
exports.__esModule = true;
64

75
var _dom = require('element-ui/lib/utils/dom');
86

0 commit comments

Comments
 (0)