1 2 3 4

02 2023 档案

摘要:1.解构 const obj = { a:1, b:2, c:3, d:4, e:5, } const a = obj.a; const b = obj.b; const c = obj.c; const d = obj.d; const e = obj.e; const f = obj.a + o 阅读全文
posted @ 2023-02-24 08:32 无序 阅读(17) 评论(0) 推荐(0) 编辑
摘要:项目中部署安装node-sass失败,由于node版本导致的问题 使用dart-sass 替换 node-sass 1.卸载node-sass npm uninstall node-sass 2.安装dart-sass npm install sass sass-loader -D 3.将项目中原有 阅读全文
posted @ 2023-02-22 15:49 无序 阅读(30) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示