@ -0,0 +1,14 @@
|
||||
export default{
|
||||
props: {
|
||||
id: Number,
|
||||
nom: String,
|
||||
description: String
|
||||
},
|
||||
methods: {
|
||||
},
|
||||
template: `
|
||||
<div id="teamCard">
|
||||
<span>{{id}} {{nom}} description: {{description}}</span>
|
||||
</div>
|
||||
`
|
||||
}
|
Loading…
Reference in new issue