vuejs / vue-migration-helper

CLI tool to aid in migration from Vue 1.x to 2.0
594 stars 59 forks source link

problem with detecting `value=""` #26

Closed sergot closed 8 years ago

sergot commented 8 years ago
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
sergot commented 8 years ago

well, I'm really sorry - posted this to fast - it works, obviously I should remove {{ }} :)