Add title prop

This commit is contained in:
Le Libre Au Quotidien 2020-08-17 18:14:52 +02:00
parent d3d1424710
commit 3b6331db59
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<template>
<div id="choicebox">
<h2>{{title}}</h2>
<div class="adisplay">
<a class="button" v-for="value in myList" :key="value" :href="value.url">{{ value.btn }} </a>
@ -25,6 +26,7 @@ myList: [],
props: {
buttons:String,
links:String,
title:String,
},
methods:{