08 2021 档案
摘要:报错信息: Syntax Error: Error: PostCSS plugin postcss-pxtorem requires PostCSS 8. 解决: 据说是postcss-pxtorem版本太高?? 然后就先 npm uninstall postcss-pxtorem 卸载之后再安装低
阅读全文
摘要:报错代码: Error: Cannot find module 'babel-plugin-import' Require stack: 解决: 原因是axios未安装及一些插件未安装。 安装: npm i axios 安装antd和所需插件: npm i antd babel-plugin-imp
阅读全文
摘要:报错信息: Client does not support authentication protocol requested by server 解决: 在终端输入 netstat -noa 查看被占用的PID,然后在 任务管理器 中点击 详细信息 ,找到对应PID并结束其进程即可。
阅读全文
摘要:1.element-ui组件已导入已注册却还报错 ##解决: 除去element-ui已安装、已导入、需要的组件也已安装、已导入等问题后,发现我在对组件注册时直接 Vue.use(Button, Form, FormItem, Input) 全部放一起导入了,但是全局注册组件时要分开注册!所以把它们
阅读全文
摘要:报错: [vue-router] Failed to resolve async component render: TypeError: Cannot read property '$createElement' of undefined 解决: 原因是在“router”目录下的“index.js
阅读全文

浙公网安备 33010602011771号