diff --git a/en/api/components-no-ssr.md b/en/api/components-no-ssr.md index 5e8f14d30..de0b8ad1b 100644 --- a/en/api/components-no-ssr.md +++ b/en/api/components-no-ssr.md @@ -1,15 +1,15 @@ --- -title: "API: The Component" -description: Skip component rendering on server side(rendering), and display placeholder text. +title: "API: le composant " +description: Passe le rendu de composant du côté serveur et affiche un texte à la place. --- -# The <no-ssr> Component +# Le composant <no-ssr> -> 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 ``` -

⚠Cette page est actuellement en cours de traduction française. Vous pouvez repasser plus tard ou participer à la traduction de celle-ci dès maintenant !

This component is a clone of [egoist/vue-no-ssr](https://github.com/egoist/vue-no-ssr). -Thanks [@egoist](https://github.com/egoist)!

+Ce composant est un clone de [egoist/vue-no-ssr](https://github.com/egoist/vue-no-ssr). Merci [@egoist](https://github.com/egoist) !