We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$parent
v-if
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the following example, the if-child's $parent is the root Vue, not the parent. And the repeat-child's $parent is properly the parent.
if-child
parent
repeat-child
<parent> <repeat-child v-repeat="repeat"></repeat-child> <if-child v-if="condition"></if-child> </parent>
The text was updated successfully, but these errors were encountered:
3483db2
No branches or pull requests
In the following example, the
if-child
's$parent
is the root Vue, not theparent
. And therepeat-child
's$parent
is properly theparent
.The text was updated successfully, but these errors were encountered: