1
0
Fork 0

Minor changes

This commit is contained in:
Le Libre Au Quotidien 2020-05-24 19:38:23 +02:00
parent 469aaf5769
commit 7af7830b6b
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
<div id="choicebox">
<h2>Nous avons trouvés plusieurs résultats pour vous</h2>
<div class="adisplay">
<a v-for="value in myList" :key="value" :href="value.url" target="_blank">{{ value.btn }} </a>
<a v-for="value in myList" :key="value" :href="value.url">{{ value.btn }} </a>
</div>
</div>
</template>