From 074dd5d945ccd652fbc7bb6a86055f880d085885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Maurice?= Date: Wed, 18 Sep 2024 16:41:20 +0200 Subject: [PATCH 1/8] Docs(helpers): Translate useAttrs #1354 https://github.com/vuejs-translations/docs-fr/issues/1354 --- src/api/composition-api-helpers.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/api/composition-api-helpers.md b/src/api/composition-api-helpers.md index 47ba1afc..9654c3f4 100644 --- a/src/api/composition-api-helpers.md +++ b/src/api/composition-api-helpers.md @@ -1,8 +1,8 @@ -# Composition API: Helpers {#composition-api-helpers} +# Composition API: Aides {#composition-api-helpers} ## useAttrs() {#useattrs} -Returns the `attrs` object from the [Setup Context](/api/composition-api-setup#setup-context), which includes the [fallthrough attributes](/guide/components/attrs#fallthrough-attributes) of the current component. This is intended to be used in `