Skip to content

Commit 0ff82da

Browse files
committed
update vue book
1 parent b38ee0c commit 0ff82da

31 files changed

+4635
-23
lines changed

assets/image/vue-10.png

151 KB
Loading

assets/image/vue-11.png

162 KB
Loading

assets/image/vue-12.png

46.4 KB
Loading

assets/image/vue-4.png

109 KB
Loading

assets/image/vue-5.png

109 KB
Loading

assets/image/vue-6.png

112 KB
Loading

assets/image/vue-7.png

111 KB
Loading

assets/image/vue-8.png

103 KB
Loading

assets/image/vue-9.png

103 KB
Loading

src/.vuepress/sidebar.ts

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,23 @@ export default sidebar({
2121
activeMatch: '^/leetcode/outline/tag'
2222
}
2323
],
24-
collapsible: true,
25-
expanded: true
24+
collapsible: true
2625
},
2726
{
2827
text: '第二章 数据结构',
2928
prefix: 'ds/',
3029
children: 'structure',
31-
collapsible: true,
32-
expanded: true
30+
collapsible: true
3331
},
3432
{
3533
text: '第三章 算法',
3634
prefix: 'algorithm/',
3735
children: 'structure',
38-
collapsible: true,
39-
expanded: true
36+
collapsible: true
4037
},
4138
{
4239
text: '第四章 LeetCode 题解',
4340
prefix: 'problem/',
44-
collapsible: true,
45-
expanded: true,
4641
children: [
4742
// AUTO_GEN_CONFIG_START
4843
{
@@ -431,14 +426,39 @@ export default sidebar({
431426
'/vue/': [
432427
'',
433428
{
434-
text: 'Vue3 整体架构',
429+
text: '整体架构',
435430
children: ['1', '2'],
436431
collapsible: false
437432
},
438433
{
439-
text: 'Vue3 响应式原理',
434+
text: '响应式原理',
440435
children: ['3', '4', '5', '6', '7'],
441436
collapsible: false
437+
},
438+
{
439+
text: '渲染原理',
440+
children: ['8', '9'],
441+
collapsible: false
442+
},
443+
{
444+
text: 'Diff 算法原理',
445+
children: ['10'],
446+
collapsible: false
447+
},
448+
{
449+
text: '组件渲染原理',
450+
children: ['11', '12', '13', '14', '15', '16'],
451+
collapsible: false
452+
},
453+
{
454+
text: '其他实现原理',
455+
children: ['17', '18', '19', '20'],
456+
collapsible: false
457+
},
458+
{
459+
text: '模板编译原理',
460+
children: ['21', '22', '23', '24'],
461+
collapsible: false
442462
}
443463
],
444464
'/interview/': 'structure'

0 commit comments

Comments
 (0)