[Vuejs]-Laravel bind data on vue tamplate

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'] }}

Leave a comment