Skip to content

Commit

Permalink
Update src/guide/components/props.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michel EDIGHOFFER <[email protected]>
  • Loading branch information
tisma95 and edimitchel authored Oct 10, 2024
1 parent 796fd38 commit 335be68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/components/props.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Plus de détails: [Typage de props de composant](/guide/typescript/composition-a

Le système de réactivité de Vue suit l'utilisation de l'état en fonction de l'accès à la propriété. Par exemple, lorsque vous accédez à `props.foo` dans une computed ou un watcher, la prop `foo` est suivie comme une dépendance.

Ainsi, étant donné le code suivant :
Ainsi, selon le code suivant :

```js
const { foo } = defineProps(['foo'])
Expand Down

0 comments on commit 335be68

Please sign in to comment.