
Vue异常机制
努力的意义就是让自己变得更好
努力的意义就是让自己变得更好。冲阿!
展开
-
Refused to apply style from ‘http://localhost:8080/iconfont.css‘ because its MIME type (‘text/html‘)
Refused to apply style from 'http://localhost:8080/iconfont.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.原创 2022-03-26 16:10:52 · 7369 阅读 · 13 评论 -
Vue打开了默认启动项目自动开启浏览器,报错:网址为 http://0.0.0.0:8080/ 的网页可能暂时无法连接
Vue打开了默认启动项目自动开启浏览器,报错:网址为 http://0.0.0.0:8080/ 的网页可能暂时无法连接原创 2022-03-25 22:11:03 · 3885 阅读 · 9 评论 -
vue : 无法加载文件 D:\Program Files\nodejs\node_global\vue.ps1,因为在此系统上禁止运行脚本
PS C:\Users\86155\Desktop\project-SHP> vue create appvue : 无法加载文件 D:\Program Files\nodejs\node_global\vue.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。所在位置 行:1 字符: 1vue create appCategoryInf原创 2022-03-25 21:06:48 · 743 阅读 · 0 评论 -
Vue element UI:Error: Cannot find module ‘babel-preset-es2015‘
找到bable.config.js文件,将es2015改成@babel/preset-env就可以了。前提是要配置好直接上图!!!错误的:正确的:代码在这里:module.exports = { presets: [ '@vue/cli-plugin-babel/preset', ["@babel/preset-env", { "modules": false }] ], "plugins": [ [ "component", { .原创 2022-03-25 17:18:30 · 2879 阅读 · 0 评论 -
Vue路由:Unknown custom element: <router-link> - did you register the component解决方案
Vue路由异常机制原创 2022-03-23 21:20:51 · 3972 阅读 · 2 评论