Skip to content

Commit c47582a

Browse files
committed
docs: update demo
1 parent 8a17318 commit c47582a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/calendar/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@select="onSelect"
1515
>
1616
<template slot="dateCellRender" slot-scope="value"></template>
17-
<template slot="monthCellRender" slot-scope="value"></template
17+
<template slot="monthCellRender" slot-scope="value"></template>
1818
</a-calendar>
1919
````
2020
customize the progress dot by setting a scoped slot

components/calendar/index.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@select="onSelect"
1515
>
1616
<template slot="dateCellRender" slot-scope="value"></template>
17-
<template slot="monthCellRender" slot-scope="value"></template
17+
<template slot="monthCellRender" slot-scope="value"></template>
1818
</a-calendar>
1919
````
2020

components/checkbox/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
| -------- | ----------- | ---- | ------- |
2424
| defaultValue | Default selected value | string\[] | \[] |
2525
| disabled | Disable all checkboxes | boolean | false |
26-
| options | Specifies options, you can customize `label` with slot = "label" slot-scope = "option" | string\[] \| Array&lt;{ label: string value: string disabled?: boolean, onChange?: function }> | \[] |
26+
| options | Specifies options, you can customize `label` with slot = "label" slot-scope="option" | string\[] \| Array&lt;{ label: string value: string disabled?: boolean, onChange?: function }> | \[] |
2727
| value | Used for setting the currently selected value. | string\[] | \[] |
2828

2929
#### events

0 commit comments

Comments
 (0)