Skip to content

Instantly share code, notes, and snippets.

@RemeJuan
Created January 19, 2017 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RemeJuan/7492ba8de4694294368c40263de8100f to your computer and use it in GitHub Desktop.
Save RemeJuan/7492ba8de4694294368c40263de8100f to your computer and use it in GitHub Desktop.
<template>
<form novalidate @submit.stop.prevent="submit">
<label>Search term...</label>
<input v-model="term.value"></input>
</form>
</template>
<script>
export default {
name: 'Search',
props: ['submit', 'term'],
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment