Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ef3f13

Browse filesBrowse 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 <tarya.se@gmail.com> Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
1 parent 12aa633 commit 6ef3f13
Copy full SHA for 6ef3f13

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/guide/composition-api-setup.md

Copy file name to clipboardExpand all lines: src/guide/composition-api-setup.md
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.