Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traduction de components-no-ssr.m #35

Merged
merged 2 commits into from
Feb 6, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 componsant <no-ssr>"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"composant"

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) !