"Unresolved variable of type xxx" in v-for loop on a .vue file after upgrading to 2017.1

After upgrading from 2016.3 to 2017.1 I get an ""Unresolved variable of type something"" when I write the following loop

In addition, if I pass index as a second parameter in v-for loop, I get an additional "Comma expression warning"

Any help is appreciated, thank you

4
Avatar
Permanently deleted user

Same problem!

0
Avatar
Permanently deleted user

I would like this fixed as well

0
Avatar
Permanently deleted user

To investigate this it would be necessary to have the complete code sample where the issue could be reproduced.

Can you share this?

0
Avatar
Permanently deleted user
<template>
<div class="Header__menu container" ref="menu" :class="{'open':mainMenu.isOpen}">
</div>
</template>
for e.g. menu is highlighted as unresolved variable of type

Thx
0

What IDE version are you using? Please check latest build, looks like it's fixed there: https://youtrack.jetbrains.com/issue/WEB-29370

0

Still not fixed 6 years later.

0

As far I see, this ticket was fixed in 2017.3. 
Do you think you could share a new reproducible code sample?

0

请先登录再写评论。