vue整合echarts5


整合Echarts5

  • 下载echarts 默认就是echarts5

  • npm install echarts -s
    
  • 新建Test1.vue

    • 
      
      
      
      
    • 打开浏览器访问就能看到一个折线图了

  • Vue整合Echarts5就是这么简单 !!!

一定要分清楚id 和 ref 的关系 !!!