tabbarItem.js 431 B

1234567891011121314151617181920
  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:55
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/tabbarItem.js
  9. */
  10. export default {
  11. //
  12. tabbarItem: {
  13. name: null,
  14. icon: '',
  15. badge: null,
  16. dot: false,
  17. text: '',
  18. badgeStyle: 'top: 6px;right:2px;'
  19. }
  20. }