-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
In the example provided in source
I change
<vuecountup class="myCounter" :end="**counter**" :duration="2.5" :options="{useEasing : true,
useGrouping : true,
separator : ',',
decimal : '.',
prefix : '',
suffix : ''}"></vuecountup>
And add
var oVue = new Vue({
el: '#App',
** data: {
counter: 100
}**
});
Unfortunately any change to counter value, doesn't update numbers vuecountup output
Metadata
Metadata
Assignees
Labels
No labels