Skip to content

Commit c0ad78b

Browse files
SigureMoulivz
authored andcommitted
docs: fix flowchart which is not working (#2010)
1 parent c9ac279 commit c0ad78b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

packages/docs/docs/.vuepress/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ module.exports = ctx => ({
8787
before: info => `<UpgradePath title="${info}">`,
8888
after: '</UpgradePath>',
8989
}],
90+
['flowchart'],
9091
],
9192
extraWatchFiles: [
9293
'.vuepress/nav/en.js',

packages/docs/docs/zh/faq/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ sidebar: auto
1212

1313
描述 stylus 编译器编译顺序的简单图表如下:
1414

15-
@flowstart <br />
16-
阶段1=>操作: palette.styl <br />
17-
阶段2=>操作: 默认 app 样式 <br />
18-
阶段3=>操作: index.styl <br />
15+
@flowstart
16+
stage1=>operation: palette.styl
17+
stage2=>operation: 默认 app 样式
18+
stage3=>operation: index.styl
1919

20-
阶段1->阶段2->阶段3 <br />
20+
stage1->stage2->stage3
2121
@flowend
2222

2323
<br>

0 commit comments

Comments
 (0)