Skip to content

Commit

Permalink
🔧 fix Nuxt i.setValue is not a function in production mode 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbanCrepel committed Jun 22, 2019
1 parent 84aa840 commit 4731873
Show file tree
Hide file tree
Showing 5 changed files with 817 additions and 290 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

## Example

**With VueJs 2.0 :**

```vue
<template>
<vue-displacement-slideshow
Expand Down Expand Up @@ -66,6 +68,15 @@
```

**With Nuxt :**

Just wrap the component between a `no-ssr` tag like so :
```html
<no-ssr>
<vue-displacement-slideshow />
</no-ssr>
```

This component is heavily based on this library :
[https://github.com/robin-dela/hover-effect](https://github.com/robin-dela/hover-effect)

Expand Down
9 changes: 3 additions & 6 deletions dist/vue-displacement-slideshow.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4731873

Please sign in to comment.