摘要:
以下内容仅供学习使用 前言: 下面是最终实现的效果图 首先在router.js里面配置meta:{title:‘xxxx’} 封装一个el-tab面包屑的子组件 通过v-for指令和tags数组中的数据进行渲染 <template> <div> <el-tag :key="index" v-for= 阅读全文
摘要:
以下内容仅供学习使用 先进行安装 npm install --save nprogress 或者 yarn add nprogress 在你封装的request.js中使用 import NProgress from 'nprogress' import 'nprogress/nprogress.c 阅读全文