Tag: JavaScript
All the articles with the tag "JavaScript".
Element el-tree 组件搜索高亮
Published: at 04:07 PMElement UI 的 el-tree 组件实现搜索关键词高亮显示的解决方案,使用正则表达式替换关键词并用 `<mark>` 标签包裹实现高亮效果。
ESLint Variable 'data' is already declared in the upper scope. 错误解决
Published: at 05:55 PMESLint Variable 'data' is already declared in the upper scope. 错误解决
JSON.stringify 递归逻辑研究
Published: at 04:20 PM深入研究 JSON.stringify 方法的递归逻辑,分析其在处理嵌套对象时的行为,并解释添加属性 'v.add = c;' 后输出结果变化的原因,以及如何避免循环引用导致的崩溃。
Vue 学习(二)
Published: at 11:00 AM深入学习 Vue 源码,包括 Object.defineProperty 的用法,以及父子组件继承和编译过程中的代码分析。