We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62ae3a commit e93146cCopy full SHA for e93146c
README.md
@@ -8,9 +8,10 @@ This is a count down timer for Vue js framework. This library supports two types
8
```
9
npm install vue-circular-count-down-timer
10
11
-After installation, import component:
+After installation, import and registner the component:
12
13
import CircularCountDownTimer from "vue-circular-count-down-timer";
14
+Vue.use(CircularCountDownTimer);
15
16
17
### Documentation
0 commit comments