Skip to content

Commit

Permalink
correct documentation to add styles
Browse files Browse the repository at this point in the history
  • Loading branch information
xaksis committed Jul 6, 2018
1 parent 3c5b86d commit 269568a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ export default {
or use globally
```js
import VueGoodLinks from 'vue-good-links';

// import the styles
import 'vue-good-links/dist/vue-good-links.css';

Vue.use(VueGoodLinks);
```

Expand Down

0 comments on commit 269568a

Please sign in to comment.