Skip to content

Commit 6ef3f13

Browse files
Update composition-api-setup.md (#1427)
* Update composition-api-setup.md From the source code, when the setup function is called, the component instance is already created using the createComponentInstance function. * Update src/guide/composition-api-setup.md Co-authored-by: Natalia Tepluhina <[email protected]> Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent 12aa633 commit 6ef3f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ We'll explain the role of `expose` shortly.
103103

104104
## Accessing Component Properties
105105

106-
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:
106+
When `setup` is executed, you will only be able to access the following properties:
107107

108108
- `props`
109109
- `attrs`

0 commit comments

Comments
 (0)