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 11<script >
22import Basic from ' ./basic.md'
33import BorderLess from ' ./border-less.md'
4- import Concise from ' ./concise.md'
54import FlexibleContent from ' ./flexible-content.md'
65import GridCard from ' ./grid-card.md'
76import InColumn from ' ./in-column.md'
@@ -43,7 +42,6 @@ export default {
4342 < md cn= {md .cn } us= {md .us } / >
4443 < Basic/ >
4544 < BorderLess/ >
46- < Concise/ >
4745 < FlexibleContent/ >
4846 < GridCard/ >
4947 < InColumn/ >
Original file line number Diff line number Diff line change 11
22<cn >
3- #### 确认对话框
3+ #### 确认对话框(promise)
44使用 ` confirm() ` 可以快捷地弹出确认框。onCancel/onOk 返回 promise 可以延迟关闭
55</cn >
66
77<us >
8- #### Confirmation modal dialog
8+ #### Confirmation modal dialog use promise
99To use ` confirm() ` to popup confirmation modal dialog. Let onCancel/onOk function return a promise object to
1010delay closing the dialog.
1111</us >
Original file line number Diff line number Diff line change 1414 <slot v-if =" isZhCN" name =" description" ></slot >
1515 <slot v-else name =" us-description" ></slot >
1616 <span class =" btn-toggle" :class =" {open: isOpen}" @click =" toggle" >
17- <a-icon type =" down " />
17+ <a-icon type =" up " />
1818 </span >
1919 </section >
2020 <transition appear :css =" false" @enter =" enter" @leave =" leave" >
You can’t perform that action at this time.
0 commit comments