docs: update demo

pull/538/head
tangjinzhou 2019-02-22 22:23:37 +08:00
parent 8a173180fd
commit c47582a93e
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
@select="onSelect"
>
<template slot="dateCellRender" slot-scope="value"></template>
<template slot="monthCellRender" slot-scope="value"></template
<template slot="monthCellRender" slot-scope="value"></template>
</a-calendar>
````
customize the progress dot by setting a scoped slot

View File

@ -14,7 +14,7 @@
@select="onSelect"
>
<template slot="dateCellRender" slot-scope="value"></template>
<template slot="monthCellRender" slot-scope="value"></template
<template slot="monthCellRender" slot-scope="value"></template>
</a-calendar>
````

View File

@ -23,7 +23,7 @@
| -------- | ----------- | ---- | ------- |
| defaultValue | Default selected value | string\[] | \[] |
| disabled | Disable all checkboxes | boolean | false |
| options | Specifies options, you can customize `label` with slot = "label" slot-scope = "option" | string\[] \| Array&lt;{ label: string value: string disabled?: boolean, onChange?: function }> | \[] |
| options | Specifies options, you can customize `label` with slot = "label" slot-scope="option" | string\[] \| Array&lt;{ label: string value: string disabled?: boolean, onChange?: function }> | \[] |
| value | Used for setting the currently selected value. | string\[] | \[] |
#### events