0👍
you need to pass :messages
prop to this <Conversation />
component like this
<Conversation :messages=messages/>
lastly can you please check, in your ul
where you are iterating the list of contacts, what kind of data you are receiving.
- [Vuejs]-Getting an error TypeError: Cannot read properties of undefined (reading 'state') in vuejs while using Vuex
- [Vuejs]-ToFixed() a large number in a template VueJS
Source:stackexchange.com