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 26cf4d8 commit 37f78b7Copy full SHA for 37f78b7
docs/README.md
@@ -1,6 +1,6 @@
1
---
2
home: true
3
-actionText: Check it out
+actionText: Check the docs!
4
actionLink: introduction.md
5
footer: MIT Licensed | Copyright © 2020 kimuraz
6
docs/setup.md
@@ -13,7 +13,7 @@ $ yarn add vue-interact
13
14
```
15
16
-## For using directives
+## Using directives
17
18
Install it as a plugin:
19
@@ -26,5 +26,5 @@ Vue.use(VueInteract);
26
In order to use the default css classes from vue-interact make sure to also import the css file:
27
28
29
-import 'vue-interact/vue-interact-default.css';
+import 'vue-interact/dist/vue-interact.css';
30
0 commit comments