list.js 668 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * @Author : LQ
  3. * @Description :
  4. * @version : 1.0
  5. * @Date : 2021-08-20 16:44:21
  6. * @LastAuthor : LQ
  7. * @lastTime : 2021-08-20 17:14:53
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/list.js
  9. */
  10. export default {
  11. // list 组件
  12. list: {
  13. showScrollbar: false,
  14. lowerThreshold: 50,
  15. upperThreshold: 0,
  16. scrollTop: 0,
  17. offsetAccuracy: 10,
  18. enableFlex: false,
  19. pagingEnabled: false,
  20. scrollable: true,
  21. scrollIntoView: '',
  22. scrollWithAnimation: false,
  23. enableBackToTop: false,
  24. height: 0,
  25. width: 0,
  26. preLoadScreen: 1
  27. }
  28. }