File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
vue-countTo is a dependency-free, lightweight vue component that can be overwrited easingFn by yourself.
4
4
You can set startVal and endVal ,it will automatic judge count up or count down.
5
+ It is support vue-ssr.
5
6
It is learn from countUp.js;
6
7
7
8
## [ Try the demo] ( http://panjiachen.github.io/countTo/demo/ )
@@ -15,7 +16,7 @@ npm install vue-count-to
15
16
16
17
``` vue
17
18
<template>
18
- <countTo :startVal='startVal' :endVal='endVal' :duration='3000'></countTo>
19
+ <countTo :startVal='startVal' :endVal='endVal' :duration='3000'></countTo>
19
20
</template>
20
21
21
22
<script>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-count-to" ,
3
3
"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 " ,
5
5
"author" :
" Pan <[email protected] >" ,
6
6
"main" : " dist/vue-count-to.min.js" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments