1、vuecli4.2.3创建项目出现Cannot read property ‘indexOf‘ of undefined
>npm cache clean --force
2、# [安装@vue/cli之后,'vue' 不是内部或外部命令,也不是可运行的程序](https://juejin.cn/post/6844904012731547661)
>需要配置环境变量
3、# [TypeError: Class extends value undefined is not a constructor or null](https://www.jianshu.com/p/85674df7490e)
>根据报错可得是`mini-css-extract-plugin`这个插件有问题
4、# [vscode安装完空格显示很短,无法跳转到函数定义解决方案](https://blog.csdn.net/weixin_40689871/article/details/113517302)
>打开设置,搜索font family,将原内容修改为'fira code','Cascadia Code','黑体',monospace,Consolas, 'Courier New', 字体大小16px
>文件 >> 首选项 >> 设置搜索 workbench > tree
5、# [vue Syntax Error: Error: PostCSS plugin postcss-pxtorem requires PostCSS 8.](https://blog.csdn.net/qq_38157825/article/details/114318772)
>版本过高,npm i postcss-pxtorem@5.1.1
6、# [vue后台管理系统遇到的注意事项以及总结](https://blog.csdn.net/ainiecao7019/article/details/101981205)
7、# [Error: Redirected when going from "/home" to "/my" via a navigation guard.](https://blog.csdn.net/weixin_46873254/article/details/119358833)
>多次重定向导致,您需要确保每个导航操作只有一个重定向
8、# [最新chalk5.0.0不支持在nodejs中require()导入,解决方法](https://blog.csdn.net/hh3167253066/article/details/121569274)
![](https://img.kancloud.cn/8d/04/8d04d2c78928bda8490da4b356220f33_958x190.png)
9、# [vue渲染时对象里面的对象的属性提示undefined,但渲染成功](https://www.cnblogs.com/raind/p/9284131.html)
>加一个v-if判断,就可以了
10、# [小技巧 element-ui 表格内容不垂直居中](https://blog.csdn.net/rockage/article/details/103900307)
>创建一个 .el-[table](https://so.csdn.net/so/search?q=table&spm=1001.2101.3001.7020)下的 .my-cell类,只能是单纯的,如果是写成这样,也没用