学员端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
458 B

1 year ago
  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:22:07
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/swiperIndicator.js
  9. */
  10. export default {
  11. // swiperIndicator 组件
  12. swiperIndicator: {
  13. length: 0,
  14. current: 0,
  15. indicatorActiveColor: '',
  16. indicatorInactiveColor: '',
  17. indicatorMode: 'line'
  18. }
  19. }