0👍
If I see it properly, then the order is actually an array holding a single object.
You could try:
{{ order.data['order'][0]['user_name'] }}
- [Vuejs]-Searching v-data-table to filter results when <td>'s are arrays of data too
- [Vuejs]-Although rootState.user.user_data returns an object, rootState.user.user_data.uid returns null
Source:stackexchange.com