Skip to content

Commit 99e35c7

Browse files
committed
dd
1 parent 0770984 commit 99e35c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm install vue2-countdown --save
1313
## Usage
1414

1515
```js
16-
import countDown from 'vue2-countdown'
16+
import CountDown from 'vue2-countdown'
1717
components: {
1818
CountDown
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue2-countdown",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "基于vue2.0的活动倒计时组件,可以使用服务端当前时间,在倒计时开始或者结束的时候,可以自定义回调.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)