Skip to content

Commit 8c015f4

Browse files
MACMAC
authored andcommitted
新增 vue面试题2
1 parent 3008960 commit 8c015f4

File tree

7 files changed

+3050
-17
lines changed

7 files changed

+3050
-17
lines changed

docs/.vitepress/config.js

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ var options = {
1313
...flexSearchIndexOptions,
1414
};
1515
module.exports = {
16-
vite: {
17-
plugins: [SearchPlugin(options)]
16+
vite: {
17+
plugins: [SearchPlugin(options)]
1818
},
1919
markdown: {
2020
math: true
2121
},
2222
head: [
23-
['meta', {name: '谦的后花园', content: '技术博客关于编程和软件开发的最新技术文章'}],
24-
['link', {res: 'icon', href: '/favicon.ico'}],
23+
['meta', { name: '谦的后花园', content: '技术博客关于编程和软件开发的最新技术文章' }],
24+
['link', { res: 'icon', href: '/favicon.ico' }],
2525
['link', { rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css', integrity: 'sha384-DyZg8I8h4P1z3kZTAf8cM9Y5hGZ1S1h/8hR9t5dQ2MdP31fYcA2b5fv4vD9JmC9H', crossorigin: 'anonymous' }],
2626
['script', { src: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js', integrity: 'sha384-DyZg8I8h4P1z3kZTAf8cM9Y5hGZ1S1h/8hR9t5dQ2MdP31fYcA2b5fv4vD9JmC9H', crossorigin: 'anonymous' }],
2727
['script', { src: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js', integrity: 'sha384-XXXX', crossorigin: 'anonymous' }]
@@ -90,16 +90,16 @@ module.exports = {
9090
outlineTitle: '本页目录',
9191
nav: [
9292
{ text: '主页', link: '/' },
93-
{ text: 'subSite test', link: 'http://abc.zhangqian.cloud/', target: '_blank', rel: 'sponsored'},
93+
{ text: 'subSite test', link: 'http://abc.zhangqian.cloud/', target: '_blank', rel: 'sponsored' },
9494
{
9595
text: '笔记',
9696
items: [
97-
{ text: 'vue', link: '/vue/vuedocs/index' },
97+
{ text: 'vue3学习笔记', link: '/vue/vuedocs/index' },
9898
{ text: '浏览器', link: '/browse' },
9999
// { text: 'vue渲染器', link: '/vueRender' },
100100
{ text: 'webpack', link: '/webpack' },
101101
{ text: 'git', link: '/git' },
102-
{ text: 'vue3', link: '/vue3面试题' },
102+
{ text: 'vue3面试题', link: '/vue3面试题' },
103103
]
104104
}
105105
],
@@ -157,32 +157,33 @@ module.exports = {
157157
text: 'webpack',
158158
items: [
159159
{ text: 'webpack', link: '/webpack/' },
160-
{ text: 'webpack的理解', link: '/webpack/webpack的理解'}
160+
{ text: 'webpack的理解', link: '/webpack/webpack的理解' }
161161
]
162162
},
163163
'/git/': {
164164
text: 'git',
165165
items: [
166166
{ text: 'git', link: '/git/' },
167-
{ text: 'webpack的理解', link: '/webpack/webpack的理解'}
167+
{ text: 'webpack的理解', link: '/webpack/webpack的理解' }
168168
]
169169
},
170-
'/vue3/': {
170+
'/vue3面试题/': {
171171
text: 'vue3面试题',
172172
items: [
173-
{ text: 'vue3', link: '/vue3面试题/' }
173+
{ text: 'vue3面试题1', link: '/vue3面试题/' },
174+
{ text: 'vue3面试题2', link: '/vue3面试题/vue3面试题2' },
174175
]
175176
},
176177
'WebGL': {
177178
text: 'WebGL',
178179
items: [
179180
{ text: '第一章 WebGL', link: '/WebGL/' },
180-
{ text: '第二章 绘制和变换三角形', link: '/WebGL/Chapter2'},
181-
{ text: '第三章 高级变换与动画基础', link: '/WebGL/Chapter3'},
182-
{ text: '第四章 颜色和纹理', link: '/WebGL/Chapter4'},
183-
{ text: '第五章 OpenGL ES 着色器语言', link: '/WebGL/Chapter5'},
184-
{ text: '第六章 进入三维世界', link: '/WebGL/Chapter6'},
185-
{ text: '第七章 光照', link: '/WebGL/Chapter7'},
181+
{ text: '第二章 绘制和变换三角形', link: '/WebGL/Chapter2' },
182+
{ text: '第三章 高级变换与动画基础', link: '/WebGL/Chapter3' },
183+
{ text: '第四章 颜色和纹理', link: '/WebGL/Chapter4' },
184+
{ text: '第五章 OpenGL ES 着色器语言', link: '/WebGL/Chapter5' },
185+
{ text: '第六章 进入三维世界', link: '/WebGL/Chapter6' },
186+
{ text: '第七章 光照', link: '/WebGL/Chapter7' },
186187
]
187188
}
188189
},

docs/vue3面试题/onAction.png

201 KB
Loading

docs/vue3面试题/piniaPlugin.png

35.9 KB
Loading
198 KB
Loading

docs/vue3面试题/pinia订阅.png

122 KB
Loading

0 commit comments

Comments
 (0)