摘要: 使用echarts npm install echarts --save || cnpm install echarts --save 定义wkCharts.vue <template> <div :class="className" :style="{height:height,width:wid 阅读全文
posted @ 2020-08-31 15:21 悟空dong 阅读(311) 评论(0) 推荐(0) 编辑
摘要: watch 实现监听数据改变 使用方法 watch:{ data (n, m) { n: 变更后的数据 m:变更前的数据 } } 以上方法 只有在数据发生改变的时候 才能监听到 这个时候 提供了参数 immediate 立即执行监听内的函数 使用方法 watch:{ data (n, m) { n: 阅读全文
posted @ 2020-08-31 14:53 悟空dong 阅读(6875) 评论(0) 推荐(0) 编辑