Skip to content

Conversation

@Kocal
Copy link
Member

@Kocal Kocal commented May 23, 2017

No description provided.

Copy link
Member

@MachinisteWeb MachinisteWeb left a comment

Choose a reason for hiding this comment

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

Autre review

@@ -1,73 +1,73 @@
# Router Construction Options (En) <br><br> *Cette page est en cours de traduction française. Revenez une autre fois pour lire une traduction achevée ou [participez à la traduction française ici](https://github.com/vuejs-fr/vue-router).*
# Options de Construction du Routeur
Copy link
Member

Choose a reason for hiding this comment

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

de construction du routeur

- type : `string`

- default: `"hash" (in browser) | "abstract" (in Node.js)`
- défaut : `"hash" (dans le navigateur) | "abstract" (dans Node.js)`
Copy link
Member

Choose a reason for hiding this comment

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

en Node.js

- `hash` : utilise le hash de l'URL pour le routage. Fonctionne dans tous les navigateurs supportés par Vue, ainsi que ceux qui ne supportent pas l'API History d'HTML5.

- `history`: requires HTML5 History API and server config. See [HTML5 History Mode](../essentials/history-mode.md).
- `history` : nécessite l'API History d'HTML 5 et la configuration du serveur. Voir [Mode d'Historique HTML5](../essentials/history-mode.md).
Copy link
Member

Choose a reason for hiding this comment

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

Mode historique de HTML5

- défaut : `"/"`

The base URL of the app. For example, if the entire single page application is served under `/app/`, then `base` should use the value `"/app/"`.
L'URL de base de l'application. Par exemple, si l'entière application monopage est distribuée sous `/app/`, alors `base` doit utiliser la valeur `"/app/"`.
Copy link
Member

Choose a reason for hiding this comment

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

si l'application monopage entière

- type : `Function`

Provide custom query string parse / stringify functions. Overrides the default.
Permet de spécifier des fonctions customisées pour parser / stringifier la requête. Surcharge les fonctions par défaut.
Copy link
Member

Choose a reason for hiding this comment

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

Permet de spécifier des fonctions personnalisées pour formater en fonctions ou en chaîne de caractère la requête.

Copy link
Member Author

@Kocal Kocal May 27, 2017

Choose a reason for hiding this comment

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

pour formater en objet ou

?

@Kocal
Copy link
Member Author

Kocal commented May 27, 2017

Modifications apportées

Copy link
Member

@MachinisteWeb MachinisteWeb left a comment

Choose a reason for hiding this comment

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

Top !

@MachinisteWeb MachinisteWeb merged commit de8632d into vuejs-fr:working May 29, 2017
@Kocal Kocal deleted the api/options.md branch May 29, 2017 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants