logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

终极解决TS 或者 Vetur 报错,Cannot find module ‘@xxxxx‘,找不到.vue 等编译问题

报错详情:类似于// 编译器报错:Cannot find module '@/xx/xxx' or its corresponding type declarations.Vetur(2307)// 编译器报错:找不到模块“XXX.vue”或其相应的类型声明。ts(2307)// 或者 控制台报错 this.$router 等解决方案配置:// tsconfig.json{"compilerOpt

#vue.js#javascript#前端
终极解决TS 或者 Vetur 报错,Cannot find module ‘@xxxxx‘,找不到.vue 等编译问题

报错详情:类似于// 编译器报错:Cannot find module '@/xx/xxx' or its corresponding type declarations.Vetur(2307)// 编译器报错:找不到模块“XXX.vue”或其相应的类型声明。ts(2307)// 或者 控制台报错 this.$router 等解决方案配置:// tsconfig.json{"compilerOpt

#vue.js#javascript#前端
DevTools 无法加载源映射: 无法加载httplocalhost8081staticscssbootstrap.min.css.map 的内容HTTP 错误 状态代码 404,

DevTools 无法加载源映射: 无法加载http://localhost:8081/statics/css/bootstrap.min.css.map 的内容:HTTP 错误: 状态代码 404,net::ERR_HTTP_RESPONSE_CODE_FAILURE以上报错:解决办法:找到bootstrap.min.css,删除最后一行注释注意:如果是css报错就删除:/*# sourceMa

#css#http#前端
js请求路径控制台报错 Failed to launch ‘xxx‘ because the scheme does not have a registered handler

控制台报错: Failed to launch ‘xxx’ because the scheme does not have a registered handler.这种错误是因为请求没有协议,应该把协议头加上错误的例子window.location.href="localhost:8080/goShowJSP"正确的例子window.location.href="http://localhos

#node.js#postman#前端
vscode设置字体

vscode设置字体查看vscode当前的字体github搜索自己喜欢的字体设置vscode字体配置安装下载完成后总感觉字体不好看,想换别的字体,怎么办,只需要如下几步即可搞定查看vscode当前的字体****如上图,我得vscode字体是已经设置过的,vscode默认字体是Consolas格式的,我个人不太喜欢,所以就从网上下载别的字体。github搜索自己喜欢的字体比如我下载的就是Hack字体

#vue.js#javascript#前端
到底了