stormseed / daykeep-calendar-quasar

A full event display calendar for the Quasar framework that has multiple viewing formats.
MIT License
274 stars 70 forks source link

add :key="index" to all v-for loops #18

Open vinstah opened 6 years ago

vinstah commented 6 years ago

I'm using quasar 0.15.10 and by default it uses eslint vue plugin which requires you to have keys for the for loops.

please add keys to the loops in you vue components

Thanks

sirbeagle commented 6 years ago

I have this corrected in a dev version - you'll see it here very soon. 😄

sirbeagle commented 6 years ago

closed in v0.2.1

vinstah commented 6 years ago

it's still happening after updating to v2.1 there are multiple v-for loops you I see you only updated one v-for on each component

sirbeagle commented 6 years ago

I think I may have messed up the master branch - I'm working on a new feature right now and I'm seeing a bunch of errors I know I already fixed. I'll investigate as I'm hoping to push the new feature (and the existing fixes) later on today.