摘要: Vue代码规范 简洁汇总 | 命名 | 示例 | 描述 | | | | | | 普通变量 | const names = new Array();const mySchool = "我的学校"; | 命名必须是跟需求的内容相关的词,复数加s。 | | 常量 | const MAX_COUNT = 1 阅读全文
posted @ 2022-10-14 12:01 AJun816 阅读(594) 评论(0) 推荐(0) 编辑
摘要: Vue3+Element-plus 报错记录 报错信息 TypeError: Cannot read properties of null (reading 'parentNode') TypeError: Cannot read properties of null (reading 'expos 阅读全文
posted @ 2022-10-14 11:46 AJun816 阅读(2263) 评论(0) 推荐(0) 编辑