docs: update demo
parent
8a173180fd
commit
c47582a93e
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
````
|
||||
|
||||
|
|
|
@ -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<{ label: string value: string disabled?: boolean, onChange?: function }> | \[] |
|
||||
| options | Specifies options, you can customize `label` with slot = "label" slot-scope="option" | string\[] \| Array<{ label: string value: string disabled?: boolean, onChange?: function }> | \[] |
|
||||
| value | Used for setting the currently selected value. | string\[] | \[] |
|
||||
|
||||
#### events
|
||||
|
|
Loading…
Reference in New Issue