File tree Expand file tree Collapse file tree 4 files changed +3
-24
lines changed Expand file tree Collapse file tree 4 files changed +3
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<script >
2
2
import Basic from ' ./basic.md'
3
3
import BorderLess from ' ./border-less.md'
4
- import Concise from ' ./concise.md'
5
4
import FlexibleContent from ' ./flexible-content.md'
6
5
import GridCard from ' ./grid-card.md'
7
6
import InColumn from ' ./in-column.md'
@@ -43,7 +42,6 @@ export default {
43
42
< md cn= {md .cn } us= {md .us } / >
44
43
< Basic/ >
45
44
< BorderLess/ >
46
- < Concise/ >
47
45
< FlexibleContent/ >
48
46
< GridCard/ >
49
47
< InColumn/ >
Original file line number Diff line number Diff line change 1
1
2
2
<cn >
3
- #### 确认对话框
3
+ #### 确认对话框(promise)
4
4
使用 ` confirm() ` 可以快捷地弹出确认框。onCancel/onOk 返回 promise 可以延迟关闭
5
5
</cn >
6
6
7
7
<us >
8
- #### Confirmation modal dialog
8
+ #### Confirmation modal dialog use promise
9
9
To use ` confirm() ` to popup confirmation modal dialog. Let onCancel/onOk function return a promise object to
10
10
delay closing the dialog.
11
11
</us >
Original file line number Diff line number Diff line change 14
14
<slot v-if =" isZhCN" name =" description" ></slot >
15
15
<slot v-else name =" us-description" ></slot >
16
16
<span class =" btn-toggle" :class =" {open: isOpen}" @click =" toggle" >
17
- <a-icon type =" down " />
17
+ <a-icon type =" up " />
18
18
</span >
19
19
</section >
20
20
<transition appear :css =" false" @enter =" enter" @leave =" leave" >
You can’t perform that action at this time.
0 commit comments