Skip to content

Commit 2397e08

Browse files
authored
docs(zh): update comment (#4379)
1 parent 0380a60 commit 2397e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guide/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$
891891
export default {
892892
markdown: {
893893
image: {
894-
// 默认禁用图片懒加载
894+
// 默认禁用;设置为 true 可为所有图片启用懒加载。
895895
lazyLoading: true
896896
}
897897
}

0 commit comments

Comments
 (0)