Skip to content

Commit

Permalink
fix(build): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
toddlawton committed Jan 12, 2017
1 parent fac3739 commit d54ef01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You may install Vue Carousel globally:
import Vue from 'vue';
import VueCarousel from '@ssense/vue-carousel';

Vue.use(VueCarousel);
Vue.use(VueCarousel.default);
```
This will make **<carousel>** and **<slide>** available to all components within your Vue app.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You may install Vue Carousel globally:
import Vue from 'vue';
import VueCarousel from '@ssense/vue-carousel';

Vue.use(VueCarousel);
Vue.use(VueCarousel.default);
```
This will make **<carousel>** and **<slide>** available to all components within your Vue app.

Expand Down

0 comments on commit d54ef01

Please sign in to comment.