Commit fc4262d3 authored by cinwell.li's avatar cinwell.li Committed by GitHub

Merge pull request #206 from Leopoldthecoder/master

fix the default value of 'date' in time-picker
parents b4d800ec c0d39d02
## 更新日志 ## 更新日志
### 1.0.0-rc.6 ### 1.0.0(待发布)
*2016-XX-XX* *2016-XX-XX*
......
...@@ -39,7 +39,9 @@ ...@@ -39,7 +39,9 @@
props: { props: {
date: { date: {
default: new Date() default() {
return new Date();
}
}, },
visible: Boolean visible: Boolean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment