0๐
<div v-for="n in parseInt(lines)" :key="n">
It seems the value of lines was parsed as a string.
- [Vuejs]-ReferenceError: definePageMeta is not defined
- [Vuejs]-Cannot get data get data document in vue component with firestore
Source:stackexchange.com