Skip to content

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

Merged
merged 11 commits into from
Jun 29, 2017
Merged

Relecture de api.md #19

merged 11 commits into from
Jun 29, 2017

Conversation

MachinisteWeb
Copy link
Member

Dernier fichier à mettre à jour.

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]>
@MachinisteWeb
Copy link
Member Author

MachinisteWeb commented Jun 28, 2017

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]>
Copy link
Member

@Kocal Kocal left a 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.
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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`.
Copy link
Member

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.
Copy link
Member

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.
Copy link
Member

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]>
@MachinisteWeb
Copy link
Member Author

Merci @Kocal ! Si c'est bon pour toi... merge !

@Kocal Kocal merged commit 22b85dd into working Jun 29, 2017
@Kocal Kocal deleted the api branch June 29, 2017 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants