Last active
December 2, 2018 22:02
-
-
Save lelukas/db0329dd1cebc9f745dde8846648f3a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form data-vv-scope="about" @submit.prevent="teste"> | |
| <joob-input type="text" name="about.password" | |
| v-validate="'required'" | |
| :error="errors.first('about.password')" | |
| label="senha" | |
| v-model="testando"/> | |
| <joob-btn submit>Enviar</joob-btn> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment