Skip to content

Commit 3f3fff8

Browse files
committed
[release] 1.0.6
1 parent 46ba42d commit 3f3fff8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
vue-countTo is a dependency-free, lightweight vue component that can be overwrited easingFn by yourself.
44
You can set startVal and endVal ,it will automatic judge count up or count down.
5+
It is support vue-ssr.
56
It is learn from countUp.js;
67

78
## [Try the demo](http://panjiachen.github.io/countTo/demo/)
@@ -15,7 +16,7 @@ npm install vue-count-to
1516

1617
```vue
1718
<template>
18-
<countTo :startVal='startVal' :endVal='endVal' :duration='3000'></countTo>
19+
<countTo :startVal='startVal' :endVal='endVal' :duration='3000'></countTo>
1920
</template>
2021
2122
<script>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-count-to",
33
"description": "It's a vue component that will count to a target number at a specified duration",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"author": "Pan <[email protected]>",
66
"main": "dist/vue-count-to.min.js",
77
"scripts": {

0 commit comments

Comments
 (0)