update DatePicker
update DatePicker
This commit is contained in:
parent
07f400e572
commit
fa3a666da1
2 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<div style="margin: 50px">
|
||||
<i-button @click="setDate">change date</i-button>
|
||||
<br>
|
||||
<row>
|
||||
<i-col span="8">
|
||||
|
@ -122,7 +123,8 @@
|
|||
// console.log(s)
|
||||
},
|
||||
setDate () {
|
||||
this.value = '2016-12-24'
|
||||
// this.value = '2016-12-24'
|
||||
// this.value2 = ['2016-9-1', '2016-9-20']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue