Commit c0d39d02 authored by Leopoldthecoder's avatar Leopoldthecoder

fix the default value of 'date' in time-picker

parent b4d800ec
## 更新日志 ## 更新日志
### 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