Skip to content

Commit

Permalink
feat: add vueLearn/jsx_or_render_usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-xzq committed Jun 17, 2024
1 parent 26083fd commit c7450ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,307 deletions.
3 changes: 1 addition & 2 deletions .vitepress/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export const sidebar: DefaultTheme.Config['sidebar'] = {
{ text: '遍历对象属性常用方法', link: '/basic/traverseObjectProperty' },
{ text: '转化为数字类型的常用方法', link: '/basic/convert2Number' },
{ text: '原型链', link: '/basic/prototypeChain' },
{ text: '深入 this', link: '/basic/this' },
{ text: '继承', link: '/basic/inherit' },
{ text: '作用域(链),执行期上下文(栈),变量提升,闭包', link: '/basic/scopeChain' },
{ text: '深入 this', link: '/basic/this' },
{ text: '运算符优先级', link: '/basic/operatorPriority' },
]
},
Expand All @@ -42,7 +42,6 @@ export const sidebar: DefaultTheme.Config['sidebar'] = {
{ text: '深入理解响应式', link: '/vueLearn/reactive' },
{ text: '深入 render-mount-patch 流程', link: '/vueLearn/render_h_mount_patch' },
{ text: '深入异步更新', link: '/vueLearn/async_update' },
{ text: 'jsx/render 使用手册', link: '/vueLearn/jsx_or_render_usage' },
],
},
],
Expand Down
Loading

0 comments on commit c7450ba

Please sign in to comment.