Skip to content

Commit e1cd139

Browse files
committed
docs: update demo
1 parent fb3df9e commit e1cd139

File tree

4 files changed

+3
-24
lines changed

4 files changed

+3
-24
lines changed

components/card/demo/concise.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

components/card/demo/index.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<script>
22
import Basic from './basic.md'
33
import BorderLess from './border-less.md'
4-
import Concise from './concise.md'
54
import FlexibleContent from './flexible-content.md'
65
import GridCard from './grid-card.md'
76
import 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/>

components/modal/demo/confirm-promise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
99
To use `confirm()` to popup confirmation modal dialog. Let onCancel/onOk function return a promise object to
1010
delay closing the dialog.
1111
</us>

site/components/demoBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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">

0 commit comments

Comments
 (0)