mlinquan/vue-awesome-countdown

How can use vue-awesome-countdown with typescript ?

abdallahn-zz opened this issue · 3 comments

I try to use the vue-awesome-countdown at my project this is my step
1- npm install vue-awesome-countdown --save
2- npm install
3- import the vue-awesome-countdown
import vueAwesomeCountdown from "vue-awesome-countdown";
image

lle66 commented

try to install again

try to install again
Recommended use of yarn

import vueAwesomeCountdown from "vue-awesome-countdown"
Vue.use(vueAwesomeCountdown)

I'm trying to install it with yarn, but I got the same error