摘要: 使用 mitt // 全局引入 npm install mitt 或者 cnpm install mitt 在main文件中挂载 import { createApp } from 'vue' import App from './App.vue' import mitt from 'mitt' / 阅读全文
posted @ 2023-02-03 21:52 兔子先森Ace 阅读(139) 评论(0) 推荐(0) 编辑
摘要: NProgress.js 官网:https://ricostacruz.com/nprogress/ 安装方式: npm install nprogress 使用方法 在router 的index.js文件下引入 // 引入NProgress进度条 import NProgress from 'np 阅读全文
posted @ 2023-02-03 21:50 兔子先森Ace 阅读(251) 评论(0) 推荐(0) 编辑