You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Vue warn]: Property "a" was accessed during render but is not defined on instance.
I know that using v-for and v-if together is not recommended, but I could not find any rfc or issue in vue-next for a stricter enforcement of that best practice.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-beta.10
Reproduction link
https://jsfiddle.net/4qxok5gh/3/
Steps to reproduce
What is expected?
Reproduction should render:
What is actually happening?
A warning is printed in the console:
I know that using v-for and v-if together is not recommended, but I could not find any rfc or issue in vue-next for a stricter enforcement of that best practice.
The text was updated successfully, but these errors were encountered: