File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3434 "dev" : " vite" ,
3535 "build" : " vite build" ,
3636 "serve" : " vite preview" ,
37+ "lint" : " eslint --ext .js,.vue --ignore-path .gitignore --fix src" ,
3738 "clean:lib" : " rm -rf dist/*.js && rm -rf dist/*.map && rm -rf dist/*.css && rm -rf dist/*.html" ,
3839 "prepublish" : " npm run lint && npm run build" ,
39- "lint" : " eslint --ext .js,.vue --ignore-path .gitignore --fix src" ,
40- "reset" : " rm -rf node_modules && rm -rf package-lock.json && npm i" ,
41- "reset-all" : " cd demo && npm run reset-all" ,
42- "pull-master" : " git pull origin master --no-edit --no-ff"
40+ "prepare" : " npm run build"
4341 },
4442 "typings" : " types/index.d.ts" ,
4543 "files" : [
Original file line number Diff line number Diff line change @@ -160,7 +160,6 @@ export default {
160160 // visible, automatically load more until either the list is "full"
161161 // or roomsLoaded becomes true.
162162 if (! this .loadingMoreRooms && visibleRooms .length < this .minimumVisibleRooms ) {
163- this .loadingMoreRooms = true
164163 this .loadMoreRooms ()
165164 }
166165 }
You can’t perform that action at this time.
0 commit comments