摘要: 1、正常情况下,在一次事件中调用多次通知,会出现重叠 DOM <el-button type="primary" plain @click="doNotify">弹出通知叠加</el-button> js doNotify() { for (let i = 0; i < 3; i++) { this 阅读全文
posted @ 2021-12-31 16:51 吴小明- 阅读(1152) 评论(0) 推荐(0) 编辑
摘要: 封装echarts折线图 1、下载插件 npm i echarts 2、components/ColorLine.vue <template> <div class="color-line" :id="id"></div> </template> <script> const echarts = require('echar 阅读全文
posted @ 2021-12-31 10:17 吴小明- 阅读(185) 评论(0) 推荐(0) 编辑