Skip to content

Instantly share code, notes, and snippets.

@lelukas
Last active December 2, 2018 22:02
Show Gist options
  • Select an option

  • Save lelukas/db0329dd1cebc9f745dde8846648f3a2 to your computer and use it in GitHub Desktop.

Select an option

Save lelukas/db0329dd1cebc9f745dde8846648f3a2 to your computer and use it in GitHub Desktop.
<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