File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterat
72
72
default : false
73
73
} ,
74
74
scrollelement : {
75
- type : HTMLElement ,
75
+ type : typeof window === 'undefined' ? Object : HTMLElement ,
76
76
default : null
77
77
} ,
78
78
start : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-virtual-scroll-list" ,
3
- "version" : " 1.4.0 " ,
3
+ "version" : " 1.4.1 " ,
4
4
"description" : " A vue component support big amount data list with high scroll performance." ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 64
64
default : false
65
65
} ,
66
66
scrollelement : {
67
- type : HTMLElement ,
67
+ type : typeof window === 'undefined' ? Object : HTMLElement ,
68
68
default : null
69
69
} ,
70
70
start : {
You can’t perform that action at this time.
0 commit comments