08 2021 档案

摘要:1. NProgress //进度条 2.store 针对于低版本兼容localStorage 3.无缝滚动; 地址: https://chenxuan1993.gitee.io/component-document/index_prod#/component/seamless-default 文档 阅读全文
posted @ 2021-08-19 09:33 流弊的小涛 阅读(83) 评论(0) 推荐(0)
摘要:node_modules里的依赖默认是不会编译的,会导致es6语法在ie中的语法报错,所以需要在vue.config.js中使用transpileDependencies属性配置node_modules中指定哪些文件夹或文件需要编译. transpileDependencies: ['mathjs' 阅读全文
posted @ 2021-08-04 17:22 流弊的小涛 阅读(1401) 评论(0) 推荐(0)
摘要:1 import axios from 'axios' 2 import axiosRetry from 'axios-retry'; //网络不佳,重新发起请求 3 import { getToken, removeToken, getAuthorization} from '@/utils/au 阅读全文
posted @ 2021-08-02 08:45 流弊的小涛 阅读(76) 评论(0) 推荐(0)