fixed CheckboxGroup bug
fixed CheckboxGroup bug
This commit is contained in:
parent
fc640135d6
commit
c1f6da1f8e
3 changed files with 25 additions and 41 deletions
|
@ -7,16 +7,15 @@
|
|||
<i-col span="8">
|
||||
<!--<i-button @click="setDate">set date</i-button>-->
|
||||
<date-picker
|
||||
:type="type"
|
||||
type="month"
|
||||
style="width:200px"
|
||||
placeholder="请选择日期"
|
||||
:value.sync="value"
|
||||
@on-change="change"
|
||||
:confirm="true"
|
||||
:confirm="false"
|
||||
:options="options"
|
||||
open
|
||||
@on-open-change="change2">
|
||||
<p>123</p>
|
||||
</date-picker>
|
||||
</i-col>
|
||||
<i-col span="8">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue