tabbarItem.js 442 B

12345678910111213141516171819202122
  1. /*
  2. * @Author : LQ
  3. * @Description :
  4. * @version : 3.0
  5. * @Date : 2021-08-20 16:44:21
  6. * @LastAuthor : jry
  7. * @lastTime : 2025-12-19 08:55:21
  8. * @FilePath : /uview-plus/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. mode: ''
  20. }
  21. }