This commit is contained in:
Logic 2019-01-29 01:24:31 +08:00
parent 8fb477ba22
commit 35c4053f66
4 changed files with 14 additions and 4 deletions

View File

@ -5,7 +5,7 @@
这是一个简单的翻页倒计时vue组件项目中有用到所以提取了一下。
### 示例
![img](https://github.com/javaLuo/vue-flip-down/blob/master/public/demo.gif)
![img](public/demo.gif)
### 安装
```
@ -14,10 +14,10 @@ npm install vue-flip-down --save
```
yarn add vue-flip-down
```
```vue
### 使用
```
```vue
import FlipDown from 'vue-flip-down';
<FlipDown
@ -36,6 +36,16 @@ import FlipDown from 'vue-flip-down';
|theme|Number|1|样式1-合并2-分离。见下图|
|timeUnit|Array|\[\]|时间单位,显示在空隙之间的文字,比如:\['天','时','分','秒'\] 或 \[':',':',':'\]|
#### :type="1" 合并式
![img](public/1.gif)
> 合并式的,每个不同的时间单位是合在一起的
#### :type="2" 分离式
![img](public/2.gif)
> 分离式的,每个数字都是单独分开的
### 事件
| 名称 | 返回值 | 描述 |
| ------ | ------ | --------------------------------------- |

View File

@ -1,6 +1,6 @@
{
"name": "vue-flip-down",
"version": "1.0.2",
"version": "1.0.3",
"description": "vue 翻页效果的倒计时组件",
"main": "dist/main.js",
"scripts": {

BIN
public/1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB