欢迎来到BlackTest-老王自动化测试

摘要: import Vue from 'vue' import VueRouter from 'vue-router' import Login from '../components/login.vue' import Home from '../components/Home.vue' Vue.use 阅读全文
posted @ 2022-04-26 21:07 BlackTest 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1.动态循环id <div v-for="(item,index) in chartList" :key="index"> <div :id="`chart${index}`"></div> </div> 2.js部分 this.chartList = res.data.data.chartList 阅读全文
posted @ 2022-04-26 10:14 BlackTest 阅读(1088) 评论(0) 推荐(0) 编辑