Skip to content

Commit 0d383c6

Browse files
authored
fix: typo start.mdx (#709)
1 parent ceff726 commit 0d383c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website-new/docs/guide/quick-start/start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const app = await Garfish.loadApp('vue-app', {
7373
cache: true,
7474
});
7575

76-
// 若已经渲染触发 show,只有首次渲染触发 mount,后面渲染都可以触发 show 提供性能
76+
// 若已经渲染触发 show,只有首次渲染触发 mount,后面渲染都可以触发 show 提升性能
7777
app.mounted ? app.show() : await app.mount();
7878
```
7979

0 commit comments

Comments
 (0)