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 496043c commit 252716bCopy full SHA for 252716b
README.md
@@ -23,22 +23,13 @@ npm install --save vue-typed-js
23
24
## Default import
25
26
-Install all the components:
27
-
28
-```javascript
29
-import Vue from 'vue'
30
-import VueTypedJs from 'vue-typed-js'
31
32
-Vue.use(VueTypedJs)
33
-```
34
35
-Use specific components:
+Install the component:
36
37
```javascript
38
import Vue from 'vue'
39
import { VueTypedJs } from 'vue-typed-js'
40
41
-Vue.component('vue-typed-js', VueTypedJs)
+Vue.use(VueTypedJs)
42
```
43
44
**⚠️ A css file is included when importing the package. You may have to setup your bundler to embed the css in your page.**
0 commit comments