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.

18 lines
416 B

10 months 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:11:29
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/countDown.js
  9. */
  10. export default {
  11. // u-count-down 计时器组件
  12. countDown: {
  13. time: 0,
  14. format: 'HH:mm:ss',
  15. autoStart: true,
  16. millisecond: false
  17. }
  18. }