samples-js-vue
samples-js-vue copied to clipboard
Fixed response data mapping
Output data from the .NET Core sample backend is an array of messages direct in the response.data object, but the Messages.vue expected the array to be in a child object (messages).