parent
0eae5e9958
commit
2dd4f01847
@ -1,5 +1,5 @@
|
||||
class RequiredFieldError extends Error {
|
||||
constructor(field) {
|
||||
super('Le champ ${field} est obligatoire !');
|
||||
super('Le champ '+field+' est obligatoire !');
|
||||
}
|
||||
}
|
@ -1,11 +1,10 @@
|
||||
export default {
|
||||
template:`
|
||||
<section>
|
||||
template:
|
||||
`<section>
|
||||
<ul>
|
||||
<li><a href="#">Home</a></li>
|
||||
<li><a href="#">Teams</a></li>
|
||||
<li><a href="#">Results</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
`
|
||||
</section>`
|
||||
};
|
Loading…
Reference in new issue