Reputation: 3
<a href="http://en.wikipedia.org/?title={{obj.title}}" target="_blank"></a>
This code can work in vue 1.0,but in vue 2.0 it's return error
<a v-bind:href="http://en.wikipedia.org/?title=obj.title" target="_blank"></a>
This also cannot work,how can I modify the code?
Upvotes: 0
Views: 35