Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rikschennink authored Feb 12, 2019
1 parent d8add53 commit ddf33a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,12 @@ export default {
</script>
```

SSR Usage(Nuxt.js Users)
When using FilePond with an SSR configuration like Nuxt.js it's best to wrap it in `<no-ssr>` tags.

```vue
<template>
<no-ssr>
<file-pond
// options
/>
<file-pond/>
</no-ssr>
</template>
```
Expand Down

0 comments on commit ddf33a2

Please sign in to comment.