Skip to content

Commit

Permalink
neaten
Browse files Browse the repository at this point in the history
  • Loading branch information
elarbor committed Jun 17, 2024
1 parent dd9aeec commit 4ec1bd0
Show file tree
Hide file tree
Showing 29 changed files with 27 additions and 11 deletions.
3 changes: 2 additions & 1 deletion config/exclude-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[
"api-examples"
"api-examples",
"markdown-examples"
]
2 changes: 1 addition & 1 deletion docs/.vitepress/cache/auto-nav-cache.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ export default defineConfig({
// description: "集思广益,共同完善的大题库",
base: "/questions/",
markdown: {
lineNumbers: true // 默认显示行号
lineNumbers: true, // 默认显示行号
image: {
// 默认禁用图片懒加载
lazyLoading: true
}
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 说说Git 中 HEAD、工作树和索引之间的区别?
# 说说Git中 HEAD、工作树和索引之间的区别?

![](https://static.vue-js.com/2de056a0-fa40-11eb-991d-334fd31f0201.png)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hero:
actions:
- theme: brand
text: 开始学习
link: /markdown-examples
link: /说明
- theme: alt
text: 我要投稿
link: https://github.com/chergn/questions/discussions/new?category=ideas
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vue3.0 所采用的 Composition Api 与 Vue2.x 使用的 Options Api 有什么不同?
# Vue3 所采用的 Composition Api 与 Vue2.x 使用的 Options Api 有什么不同?

![](https://static.vue-js.com/8d6dd7b0-6048-11eb-85f6-6fac77c0c9b3.png)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 说说Vue 3.0中Treeshaking特性?举例说明一下?
# 说说Vue3中Treeshaking特性?举例说明一下?

![](https://static.vue-js.com/5e8bf1d0-6097-11eb-ab90-d9ae814b240d.png)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vue3.0性能提升主要是通过哪几方面体现的
# Vue3性能提升主要是通过哪几方面体现的

![](https://static.vue-js.com/2aac1020-5ed0-11eb-ab90-d9ae814b240d.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/vue3/goal.md → docs/vue3/Vue3的设计目标.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vue3.0的设计目标是什么?做了哪些优化
# Vue3的设计目标是什么?做了哪些优化

![](https://static.vue-js.com/b93b49c0-5c58-11eb-85f6-6fac77c0c9b3.png)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vue3.0里为什么要用 Proxy API 替代 defineProperty API ?
# Vue3里为什么要用 Proxy API 替代 defineProperty API ?

![](https://static.vue-js.com/57aa5c80-5f7f-11eb-ab90-d9ae814b240d.png)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 用Vue3.0 写过组件吗?如果想实现一个 Modal你会怎么设计?
# 用Vue3 写过组件吗?如果想实现一个 Modal你会怎么设计?

![](https://static.vue-js.com/e294c660-6370-11eb-ab90-d9ae814b240d.png)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions docs/说明.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- ---
# https://vitepress.dev/zh/reference/frontmatter-config
layout: page
--- -->




开始你的学习之旅吧


0 comments on commit 4ec1bd0

Please sign in to comment.