-
Notifications
You must be signed in to change notification settings - Fork 1
Relecture de api.md
#19
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
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Dispo pour cette relecture @Kocal ? Plus que ses 2 fichiers et notre travail sur Vuex sera bouclé pour la relecture global ! |
# Conflicts: # docs/en/SUMMARY.md Signed-off-by: Bruno Lesieur <[email protected]>
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.
Pas grand chose à review :)
docs/en/api.md
Outdated
|
||
The root state object for the Vuex store. | ||
L'objet état racine pour le store Vuex. |
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.
d'état racine
docs/en/api.md
Outdated
``` | ||
|
||
Specific when defined in a module | ||
Spécifiquement quand défini dans un module |
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.
Arguments spécifiques quand ..
docs/en/api.md
Outdated
``` | ||
|
||
Specific when defined in a module | ||
Spécifiquement quand défini dans un module |
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.
Arguments spécifiques quand ...
Me parait plus français.
docs/en/api.md
Outdated
``` | ||
|
||
Registered getters are exposed on `store.getters`. | ||
Les getters enregistrés sont exposés sur `store.getters`. |
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.
Les accesseurs
docs/en/api.md
Outdated
|
||
- **`replaceState(state: Object)`** | ||
|
||
Replace the store's root state. Use this only for state hydration / time-travel purposes. | ||
Remplacer l'état racine du store. Utiliser seulement pour hydrater l'état ou voir l'état dans le temps. |
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.
ou dans le but de voyager dans le temps.
Car les voyages dans le temps c'est trop cool (fan de Doctor Who) :)
docs/en/api.md
Outdated
|
||
- **`watch(getter: Function, cb: Function, options?: Object)`** | ||
|
||
Reactively watch a getter function's return value, and call the callback when the value changes. The getter receives the store's state as the only argument. Accepts an optional options object that takes the same options as Vue's `vm.$watch` method. | ||
Observer de façon réactive la valeur de retour d'une fonction accesseur, et appeler la fonction de rappel lorsque la valeur change. L'accesseur reçoit l'état du store comme unique argument. Accepte un objet options optionnel qui prend les mêmes options que la méthode `vm.$watch` de Vue. |
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.
Accepte un objet optionnel d'options
Signed-off-by: Bruno Lesieur <[email protected]>
Merci @Kocal ! Si c'est bon pour toi... merge ! |
Dernier fichier à mettre à jour.