affichage des différentes cartes
continuous-integration/drone/push Build is passing Details

game-view
Bastien JACQUELIN 2 years ago
parent 7ee4d17776
commit ef22a1ab3d

@ -11,6 +11,6 @@ export default{
}
},
template:`
<div v-bind:style="{ color: 'red', fontSize: '20px' }">yess</div>
<div v-bind:style="{margin:'20px', border: '2px solid black', color: 'red', fontSize: '20px' }">yess</div>
`
}

@ -11,7 +11,7 @@ export default{
}
},
template:`
<div v-bind:style="{border: '3px solid black', fontSize: '20px', display:'flex'}">
<div v-bind:style="{border: '3px solid black', fontSize: '20px', display:'flex', margin:'20px 10em 20px 20px'}">
<div v-for="n in 10">
{{ n }}
<card-module></card-module>

Loading…
Cancel
Save