-
Notifications
You must be signed in to change notification settings - Fork 2
Traduction de api/options.md
#6
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autre review
docs/en/api/options.md
Outdated
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
de construction du routeur
docs/en/api/options.md
Outdated
|
||
- default: `"hash" (in browser) | "abstract" (in Node.js)` | ||
- défaut : `"hash" (dans le navigateur) | "abstract" (dans Node.js)` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
en Node.js
docs/en/api/options.md
Outdated
|
||
- `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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mode historique de HTML5
docs/en/api/options.md
Outdated
|
||
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/"`. |
There was a problem hiding this comment.
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
docs/en/api/options.md
Outdated
|
||
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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
?
Modifications apportées |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Top !
No description provided.