错误解决整理
xt_XiTu
这个作者很懒,什么都没留下…
展开
-
nginx: [error] OpenEvent(“Global/ngx_reload_12744“) failed (2: The System cannot find the file spec)
双击nginx.exe或者执行 start nginx.exe 启动就可以。最后发现是因为nginx没有启动。原创 2024-01-26 09:42:18 · 644 阅读 · 0 评论 -
莫名其妙的bug记录
1、vue项目中input框输入的内容不显示,or失去焦点之后才显示,or失去焦点并其他input获取焦点之后才显示,or只显示输入的最后一个字符。3、标签设置了换行显示之后,高度变高了5、el-select选择后视图不更6、git 提交代码报错Command failed with exit code 1原创 2020-07-10 09:15:37 · 479 阅读 · 0 评论 -
vue3磕磕绊绊汇总
最初只写了这些,value一直是null,最后发现了问题,setup里面忘了把创建的ref return出去。1、文件中定义的ref,在setup中onMounted生命周期中打印一直是null。记录一下最近在做的一个vue2写的插件转为vue3项目时遇到的各种问题。...原创 2022-08-26 16:50:15 · 288 阅读 · 0 评论 -
Invalid hook call. Hooks can only be called inside of the body of a function component
Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have mismatching versions of React and the renderer (such as React DOM) 2. You might be原创 2022-08-11 11:06:59 · 943 阅读 · 0 评论