diff --git a/src/guide/composition-api-setup.md b/src/guide/composition-api-setup.md index 775141589f..9fe12fa674 100644 --- a/src/guide/composition-api-setup.md +++ b/src/guide/composition-api-setup.md @@ -99,19 +99,19 @@ In other words, you **will not have access** to the following component options: ## Usage with Templates -If `setup` returns an object, the properties on the object can be accessed in the component's template: +If `setup` returns an object, the properties on the object can be accessed in the component's template, as well as the properties of the `props` passed into `setup`: ```vue-html