Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 312f816

Browse files
Update v-ga.md
Updated the description.
1 parent 850c323 commit 312f816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v-ga.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If there's no need to pass any arguments, we could also just pass the name of th
112112
```
113113

114114
### v-ga in v-for loops
115-
'this' is not available when using it on a child in a v-for loop. In that case, use '$parent' instead.
115+
'this' is not available on child elements in a v-for loop. To get the current component scope, use '$parent'.
116116

117117
```html
118118
<template>

0 commit comments

Comments
 (0)