Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-117 committed Jan 28, 2024
1 parent 70dd860 commit c423fe5
Show file tree
Hide file tree
Showing 20 changed files with 975 additions and 141 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"editor.cursorSmoothCaretAnimation": "off",
// "pasteImage.path": "${currentFileDir}",
"pasteImage.path": "${currentFileDir}/../public/ts",
"pasteImage.path": "${currentFileDir}/../public/front-end-engineering",
}
2 changes: 1 addition & 1 deletion docs/.vitepress/dist
Submodule dist updated from 461d02 to 22f541
2 changes: 1 addition & 1 deletion docs/.vitepress/engineer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default [
{
text: "这一定是你见过最全的性能优化方法论",
text: "前端性能优化方法论",
link: "/front-end-engineering/performance",
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ export default [
link: "/vue/lifecycle",
},
{
text: "你不知道的 computed Vue2",
text: "computed",
link: "/vue/computed",
},
{
text: "keep-alive 与 LRU 算法",
link: "/vue/keep-alive-LRU",
},
{
text: "Vue3 onePage",
text: "Vue3 新特性",
link: "/vue/vue3-onepage",
},
{
Expand Down
Loading

0 comments on commit c423fe5

Please sign in to comment.