vue-countup-v2 icon indicating copy to clipboard operation
vue-countup-v2 copied to clipboard

Vue.js component wrap for countUp.js

Results 11 vue-countup-v2 issues
Sort by recently updated
recently updated
newest added

make sure we don't call `instance.start()` if `enableScrollSpy` is true. Now this works again: ``` ``` Also fixes #24

I want to start Countup Event when div scrolled, not on page load. how to implement this?

@xlsdg **Add a prop 'decimalPlaces' for more flexible use.** Just fixed the issue #28 'Decimal places property missing'. > Decimal places property missing #28 What happened to the decimals property?...

What happened to the decimals property? In a much earlier version there was a property that allowed for setting the decimal places. Now it's being ignored and I see no...

![unexpected](https://user-images.githubusercontent.com/50485359/57569148-566f2700-740e-11e9-8c27-543a740baa88.png)

I need to insert a lot of numbers in the carousel, and each one has a digital animation. Do I need to create many instances? i think it is so...

![image](https://user-images.githubusercontent.com/8062599/55007529-53cf8400-4fbe-11e9-859d-65eb5bd66eef.png)

I try to bind same number to ':endVal' and ':startVal',but number still scroll。I see property can be used in countup.js,but it seemed cant't be used in vue wrapper ` :startVal="endVal"...

My original field I want to countup with your wrapper has a vue filter applied for turning an amount into a money format. I would love to know how to...