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