Skip to content

Commit 07461f2

Browse files
Traduction de components-no-ssr.m (#35)
* Traduction de components-no-ssr.md Signed-off-by: MachinisteWeb <[email protected]> * Typo/Fix Signed-off-by: MachinisteWeb <[email protected]>
1 parent 069125e commit 07461f2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

en/api/components-no-ssr.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: "API: The <no-ssr> Component"
3-
description: Skip component rendering on server side(rendering), and display placeholder text.
2+
title: "API: le composant <no-ssr>"
3+
description: Passe le rendu de composant du côté serveur et affiche un texte à la place.
44
---
55

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

8-
> This component is used to purposely remove the component from the subject of server side rendering.
8+
> Ce composant est utilisé pour retirer la génération des composants côté serveur.
99
1010
**Props**:
11-
- placeholder: `String`
12-
- This prop will be used as a content of inner `div` and displayed as text only on server side rendering.
11+
- placeholder : `string`
12+
- 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.
1313

1414
```html
1515
<template>
@@ -22,5 +22,4 @@ description: Skip component rendering on server side(rendering), and display pla
2222
</template>
2323
```
2424

25-
<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).
26-
Thanks [@egoist](https://github.com/egoist)!</p>
25+
Ce composant est un clone de [egoist/vue-no-ssr](https://github.com/egoist/vue-no-ssr). Merci [@egoist](https://github.com/egoist) !

0 commit comments

Comments
 (0)