摘要:
安装:npm install --save nprogress 引入:(在axios封装文件中引入) import NProgress from 'nprogress' import 'nprogress/nprogress.css' 开启和关闭:(分别在axios的请求拦截器和响应拦截器中使用st 阅读全文
摘要:
1、安装插件:npm install echarts --save 2、引入echarts import echarts from 'echarts' 3、为ECharts准备一个具备大小(宽高)的Dom <div id="main" style="width: 600px;height:400px 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
可以通过v-model双数据绑定取值,也可以通过ref取值: 阅读全文
摘要:
阅读全文