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
7272 default : false
7373 } ,
7474 scrollelement : {
75- type : HTMLElement ,
75+ type : typeof window === 'undefined' ? Object : HTMLElement ,
7676 default : null
7777 } ,
7878 start : {
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-virtual-scroll-list" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
44 "description" : " A vue component support big amount data list with high scroll performance." ,
55 "main" : " dist/index.js" ,
66 "files" : [
Original file line number Diff line number Diff line change 6464 default : false
6565 } ,
6666 scrollelement : {
67- type : HTMLElement ,
67+ type : typeof window === 'undefined' ? Object : HTMLElement ,
6868 default : null
6969 } ,
7070 start : {
You can’t perform that action at this time.
0 commit comments