logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue3封装axios+Promise及代理配置

axios安装npm install axios新建一个util文件夹,用于存放工具类新建http.js,用于封装axios请求import axios from 'axios'const httpUtil = axios.create({baseURL: '/api',timeout: 100000})httpUtil.ajax = (options) => {return new Pro

#ajax#vue.js
vue注入组件时报错:did you register the component correctly? For recursive components......

报错信息:vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element:- did you register the component correctly? For recursive components, make sure to provide the “name” option.找原因:查了很多,大多数都是说componen

vue注入组件时报错:did you register the component correctly? For recursive components......

报错信息:vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element:- did you register the component correctly? For recursive components, make sure to provide the “name” option.找原因:查了很多,大多数都是说componen

到底了