0👍
Not sure I understand what you are asking, but maybe you should try using v-if=”someVariable” to make sure that the list is only rendered when someVariable is not ‘undefined’ so you can avoid the error message.
Source:stackexchange.com
0👍
Not sure I understand what you are asking, but maybe you should try using v-if=”someVariable” to make sure that the list is only rendered when someVariable is not ‘undefined’ so you can avoid the error message.