#

Vue.js : value in curly brackets  are wrong in html output. Solution: v-bind

 

The following link in vue.js fails

WRONG:

<a href="/read/{{article.idarticle}}">link 1: FAIL</a>  

 

Ein Bild, das Text enthält.
Automatisch generierte Beschreibung

 

Solution: OK

 <a v-bind:href="'/read/' + article.idarticle"  

 

 

Ein Bild, das Text, Monitor, Screenshot, Bildschirm enthält.
Automatisch generierte Beschreibung

 

 

 

 

Mobile

.

123movies