Skip to content

Commit 4ca355f

Browse files
authored
add template refs to inaccessible data in setup (vuejs#1255)
1 parent 174fa8a commit 4ca355f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guide/composition-api-setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ In other words, you **will not have access** to the following component options:
115115
- `data`
116116
- `computed`
117117
- `methods`
118+
- `refs` (template refs)
118119

119120
## Usage with Templates
120121

0 commit comments

Comments
 (0)