Update README.md

This commit is contained in:
Logic 2018-10-24 14:04:40 +08:00 committed by GitHub
parent 40741e0764
commit aa0755aaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,11 @@ yarn add vue-flip-down
```
import FlipDown from 'vue-flip-down';
<FlipDown :endDate="1540212399971" />
<FlipDown
:endDate="1540212399971" // 倒计时截止的日期
:type="4" // 倒计时类型
@timeUp="func" // 时间到了会触发timeUp事件
/>
```
### 参数