Skip to content

Commit

Permalink
Traduction de components-no-ssr.m (#35)
Browse files Browse the repository at this point in the history
* Traduction de components-no-ssr.md

Signed-off-by: MachinisteWeb <[email protected]>

* Typo/Fix

Signed-off-by: MachinisteWeb <[email protected]>
  • Loading branch information
MachinisteWeb authored Feb 6, 2018
1 parent 069125e commit 07461f2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions en/api/components-no-ssr.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: "API: The <no-ssr> Component"
description: Skip component rendering on server side(rendering), and display placeholder text.
title: "API: le composant <no-ssr>"
description: Passe le rendu de composant du côté serveur et affiche un texte à la place.
---

# The &lt;no-ssr&gt; Component
# Le composant &lt;no-ssr&gt;

> This component is used to purposely remove the component from the subject of server side rendering.
> Ce composant est utilisé pour retirer la génération des composants côté serveur.
**Props**:
- placeholder: `String`
- This prop will be used as a content of inner `div` and displayed as text only on server side rendering.
- placeholder : `string`
- Cette propriété peut être utilisée pour le contenu de la `div` et affiche du texte comme rendu pour la partie générée côté serveur.

```html
<template>
Expand All @@ -22,5 +22,4 @@ description: Skip component rendering on server side(rendering), and display pla
</template>
```

<p style="width: 294px;position: fixed; top : 64px; right: 4px;" class="Alert Alert--orange"><strong>⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou <a href="https://github.com/vuejs-fr/nuxt" target="_blank">participer à la traduction</a> de celle-ci dès maintenant !</strong></p><p>This component is a clone of [egoist/vue-no-ssr](https://github.com/egoist/vue-no-ssr).
Thanks [@egoist](https://github.com/egoist)!</p>
Ce composant est un clone de [egoist/vue-no-ssr](https://github.com/egoist/vue-no-ssr). Merci [@egoist](https://github.com/egoist) !

0 comments on commit 07461f2

Please sign in to comment.