Skip to content

Commit b38ee0c

Browse files
committed
add vue
1 parent 0023d52 commit b38ee0c

File tree

20 files changed

+1885
-800
lines changed

20 files changed

+1885
-800
lines changed

assets/image/vue-1.png

114 KB
Loading

assets/image/vue-2.png

26.1 KB
Loading

assets/image/vue-3.png

17 KB
Loading

src/.vuepress/navbar.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ export default navbar([
88
link: '/leetcode/'
99
},
1010
{
11-
text: '手写 React 源码',
11+
text: 'React 源码',
1212
icon: 'react',
1313
prefix: '/react/',
1414
link: '/react/'
1515
},
16+
{
17+
text: 'Vue 源码',
18+
icon: 'vue',
19+
prefix: '/vue/',
20+
link: '/vue/'
21+
},
1622
{
1723
text: '前端面试题',
1824
icon: 'creative',

0 commit comments

Comments
 (0)