diff --git a/src/guide/composition-api-setup.md b/src/guide/composition-api-setup.md index 1e113308c8..b9c828b48d 100644 --- a/src/guide/composition-api-setup.md +++ b/src/guide/composition-api-setup.md @@ -103,7 +103,7 @@ We'll explain the role of `expose` shortly. ## Accessing Component Properties -When `setup` is executed, the component instance has not been created yet. As a result, you will only be able to access the following properties: +When `setup` is executed, you will only be able to access the following properties: - `props` - `attrs`