xlsdg / vue-countup-v2

Vue.js component wrap for countUp.js
https://inorganik.github.io/countUp.js/
MIT License
380 stars 56 forks source link

Global use don't work #4

Closed thearabbit closed 6 years ago

thearabbit commented 6 years ago
import Vue from 'vue';
// Count UP
import ICountUp from 'vue-countup-v2';
Vue.use(ICountUp);

image

xlsdg commented 6 years ago
import Vue from 'vue'
import ICountUp from 'vue-countup-v2'

Vue.component(ICountUp.name, ICountUp)
thearabbit commented 6 years ago

Thanks now it work fine.

divyadave95 commented 5 years ago

It is not working in nuxt