1. Update v-bind:value="{{ client.id }}" to v-bind:v-bind:value="client.id"
Line 47: app/src/components/files.vue
Reason: Interpolation within attributes has been removed
More info: http://vuejs.org/guide/migration.html#Interpolation-within-Attributes