Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xicheng Guo committed Jun 27, 2024
1 parent 811d811 commit 53580d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/.vitepress/sidebars/ecma-script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
- text: 切片或连接数组
link: /javascript/ecma-script/collection-reference/array/slice-or-concat-array
- text: Map
link: /map
link: /javascript/ecma-script/collection-reference/map
- text: Set
link: /set
link: /javascript/ecma-script/collection-reference/set
- text: 迭代器与生成器
items:
- text: 迭代器
Expand Down
4 changes: 4 additions & 0 deletions src/frontend/vue/introduction/what-is-vue.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
aside: false
---

# 什么是 Vue

## Vue 是什么
Expand Down
5 changes: 3 additions & 2 deletions sync.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ import fs from "fs";
const repoURLs = [
'https://github.com/GuoXiCheng/react-sandbox.git',
'https://github.com/GuoXiCheng/javascript-sandbox.git',
'https://github.com/GuoXiCheng/vue-sandbox.git',
];

if (!fs.existsSync(projectsDir)) {
fs.mkdirSync(projectsDir);
}

repoURLs.forEach(repoURL => {
let cloneCommand;

Expand Down

0 comments on commit 53580d8

Please sign in to comment.