[Vuejs]-Vue v-for _vm.item is undefined

0👍

Solved by removing the leading p in the template:

.text-black.q-mt-lg.text-weight-bold(v-for="item in eventsByDay" :key="item.id") Lorem ipsum dolor

Dont know why this is a problem. PUG?

Leave a comment