上传者: 38690508
|
上传时间: 2021-11-05 13:31:31
|
文件大小: 30KB
|
文件类型: -
准备工作
安装echarts依赖
npm install echarts --save-dev
引入
(main.js)
import echarts from 'echarts'
Vue.prototype.$echarts = echarts;
开始撸代码
出入人员总数{{peopleSumTotal}}
export default {
// 接受父组件传来的参数【父传子props】
props: [peopleSumTotal],
data() {
return {
peopleSumTotalArr: