vue-countup-full
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "vue-countup-full", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "> It's a vue component that will count to a target number with support english and arabic numbers", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -5,4 +5,4 @@ # vue-countup-full | ||
vue-countup-full 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. | ||
vue-countup-full is a dependency-free, lightweight vue component that can be overwrited easing by yourself. | ||
You can set value and count step ,it will automatic count up with your step :D | ||
It is support vue-ssr. | ||
@@ -24,3 +24,3 @@ | ||
<script> | ||
import countUp from 'vue-countup'; | ||
import countUp from 'vue-countup-full'; | ||
export default { | ||
@@ -27,0 +27,0 @@ components: { countUp }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7406