数据模块

数据展示

数据展示5 - 图1

  1. <avue-data-icons :option="option"></avue-data-icons>
  2. <script>
  3. export default {
  4. data() {
  5. return {
  6. form:{},
  7. option:{
  8. data: [
  9. {
  10. title: '今日注册',
  11. count: 12678,
  12. icon: 'icon-cuowu',
  13. href:'https://avue.top',
  14. target:'_blank'
  15. },
  16. {
  17. title: '今日登录',
  18. count: 22139,
  19. icon: 'icon-shujuzhanshi2',
  20. href:'https://avue.top',
  21. target:'_blank'
  22. },
  23. {
  24. title: '今日订阅',
  25. count: 35623,
  26. icon: 'icon-jiaoseguanli',
  27. href:'https://avue.top',
  28. target:'_blank'
  29. },
  30. {
  31. title: '今日评论',
  32. count: 16826,
  33. icon: 'icon-caidanguanli',
  34. href:'https://avue.top',
  35. target:'_blank'
  36. },
  37. {
  38. title: '今日评论',
  39. count: 16826,
  40. icon: 'icon-caidanguanli',
  41. href:'https://avue.top',
  42. target:'_blank'
  43. },
  44. {
  45. title: '今日评论',
  46. count: 16826,
  47. icon: 'icon-caidanguanli',
  48. href:'https://avue.top',
  49. target:'_blank'
  50. }
  51. ]
  52. },
  53. };
  54. }
  55. }
  56. </script>