mirror of
https://github.com/javaLuo/vue-flip-down.git
synced 2025-04-05 19:41:54 +08:00
update
This commit is contained in:
parent
8fb477ba22
commit
35c4053f66
16
README.md
16
README.md
@ -5,7 +5,7 @@
|
||||
这是一个简单的翻页倒计时vue组件,项目中有用到,所以提取了一下。
|
||||
|
||||
### 示例
|
||||

|
||||

|
||||
|
||||
### 安装
|
||||
```
|
||||
@ -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" 合并式
|
||||

|
||||
|
||||
> 合并式的,每个不同的时间单位是合在一起的
|
||||
|
||||
#### :type="2" 分离式
|
||||

|
||||
|
||||
> 分离式的,每个数字都是单独分开的
|
||||
|
||||
### 事件
|
||||
| 名称 | 返回值 | 描述 |
|
||||
| ------ | ------ | --------------------------------------- |
|
||||
|
@ -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
BIN
public/1.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
public/2.gif
Normal file
BIN
public/2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
Loading…
x
Reference in New Issue
Block a user