Skip to content

Commit 921dfb4

Browse files
authored
修复显示标题
1 parent 1ec599e commit 921dfb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ dialog({
820820
* ``"left"``
821821
* ``"left top"``
822822

823-
###类型
823+
### 类型
824824

825825
String
826826

@@ -1010,7 +1010,7 @@ Function
10101010
1. 可防止重复 ID 对话框弹出。
10111011
2. 支持使用``dialog.get(id)``获取某个对话框的接口。
10121012

1013-
####类型
1013+
#### 类型
10141014

10151015
String
10161016

@@ -1059,4 +1059,4 @@ d.show();
10591059
<script src="../dist/dialog-plus.js"></script>
10601060

10611061
<link rel="stylesheet" href="./css/doc.css" />
1062-
<script src="./js/doc.js"></script>
1062+
<script src="./js/doc.js"></script>

0 commit comments

Comments
 (0)