Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromir-hristov committed Jul 11, 2018
2 parents 1a2ce81 + f701978 commit 857de14
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ build: {
// ....
```

### Using the <no-ssr></no-ssr> component

Another option is to use the [no-ssr](https://nuxtjs.org/api/components-no-ssr/) component to wrap the vue-vimeo component in the template.

```html
<no-ssr>
<vimeo-player ref="player" :video-id="videoID"/>
</no-ssr>
```

## Props
<table>
<tr>
Expand Down

0 comments on commit 857de14

Please sign in to comment.