eslint9 官方推荐执行命令是: npm init @eslint/config@latest 或者 npx eslint --init 或者也可以使用如下命令,这样就可以愉快的使用git standard风格,同时eslint的版本是8.57.0。 npm init @eslint/config@latest -- --config eslint-config-standard √ How would y UI框架 MT 0分钟前 1 热度 0 评论
vue项目打包上线element-ui的icon偶发性乱码问题 在vue+elementui项目中会引用到部分elementui的icon图标 在将项目代码打包部署上线后,页面中有关icon图标部分会出现偶发性乱码的问题,一刷新又恢复正常 分析了一下这个问题出现的原因,如果一般使用不会出现这个问题,因为一般引入的是element-ui的css文件,问题出在于为了主题色变化啊,需要用到sc UI框架 MT 2023-10-25 15 热度 0 评论
elementUI 生产环境字体图标偶尔乱码问题解决 如图图标乱码: 网上查阅资料,得知dart-sass编译时,容易出问题。查看了package.json,发现这个版本的确是dart-sass ValidationError: Invalid options object. Stylus Loader has been initialized using an options object that does not match the API s UI框架 MT 2023-06-27 31 热度 0 评论
element表格合并行 // 获取相同编号的数组 getAuditPhaseNumber() { const auditPhaseObj = {}; this.checkData3.forEach((item, index) => { item.rowIndex = index; if (auditPhaseObj) { auditPhaseObj UI框架 MT 2023-05-26 31 热度 0 评论