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.
- [Vuejs]-A unrelated vuejs app route handled by the server?
- [Vuejs]-Using HTML with Vue or how to adapt it to Vue.js
Source:stackexchange.com