Skip to content

Commit

Permalink
[release] 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Sep 5, 2017
1 parent 46ba42d commit 3f3fff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

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

```vue
<template>
<countTo :startVal='startVal' :endVal='endVal' :duration='3000'></countTo>
<countTo :startVal='startVal' :endVal='endVal' :duration='3000'></countTo>
</template>
<script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-count-to",
"description": "It's a vue component that will count to a target number at a specified duration",
"version": "1.0.5",
"version": "1.0.6",
"author": "Pan <[email protected]>",
"main": "dist/vue-count-to.min.js",
"scripts": {
Expand Down

0 comments on commit 3f3fff8

Please sign in to comment.