Commit dc34d72e authored by thibaut-felten's avatar thibaut-felten

inscription

parent 97c6d41d
...@@ -97,15 +97,15 @@ export default { ...@@ -97,15 +97,15 @@ export default {
components: { components: {
LoginNavbar LoginNavbar
}, },
data(){ // the data, declared as function data(){ // the data, declared as function
return{ // we return all the properties that should be react on. return{ // we return all the properties that should be react on.
firstname:"", firstname:"",
lastname:"", lastname:"",
login:"", login:"",
email:"", email:"",
password:"", password:"",
confirmpassword:"" confirmpassword:""
} }
}, },
methods: { methods: {
check: function(){ check: function(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment