Skip to content
Update Documentation authored by Felix Cervin's avatar Felix Cervin
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
} }
} }
``` ```
It will then automatically retrieve the information from the data props. **The form will also need to be verified, using this boilerplate's form validation. You can check its documentation further down.** It will then automatically retrieve the information from the data props. **The form will also need to be verified, using this boilerplate's form validation. You can check its [documentation](#form-validation) further down.**
#### Login #### Login
The login is built very similar to the register. It is also a directive. It is used something like this: The login is built very similar to the register. It is also a directive. It is used something like this:
... ...
......