- 博客(12)
- 收藏
- 关注
原创 vue3 eventbus
vue3版本废弃on,on,on,emit等eventbus官网代替方案: mitt or tiny-emitternpm install --save mitt在bus.js中写上import mitt from 'mitt'const bus = {}const emitter = mitt()bus.$on = emitter.onbus.$off = emitter.offbus.$emit = emitter.emitexport default bus在需要
2021-05-26 15:16:03
1255
原创 npm i踩坑记
npm i 的时候报ERESOLVE unable to resolve dependency tree可以试试yarn install
2021-03-10 11:51:00
182
原创 unable to access ‘https://github.com/facebook/react-devtools/‘:
遇到fatal: unable to access ‘https://github.com/facebook/react-devtools/’: Unknown SSL protocol error in connection to github.com:443](https://img-blog.csdnimg.cn/20210306100824601.png解决的方式:把https改为git即可
2021-03-06 10:09:23
667
原创 git提交遇到husky > pre-commit hook failed (add --no-verify to bypass)
git提交代码常见问题倘若遇到husky > pre-commit hook failed (add --no-verify to bypass) 最简单的解决方式:git commit --no-verify -m "xxx"
2021-03-02 13:18:22
205
原创 动态生成后台管理系统导航栏
如何动态生成导航栏如果你还在为随着老板心情变化改变的导航栏改到头疼,那就看看以下代码,让你轻松只更改一个页面就够了!!!首先写一个slild.html如下图所示在需要导航栏的页面中引入你写好的slid.html就完成了,以后可以就在slid.html随意添加你需要的,也不用每个页面都要修改一遍了。<div th:replace="door/components/sild::sild"></div>...
2020-06-10 00:49:27
927
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人