Skip to content

Instantly share code, notes, and snippets.

@srph
Created December 30, 2017 13:02
Show Gist options
  • Select an option

  • Save srph/98781297a0e676cffff2510b701eafe8 to your computer and use it in GitHub Desktop.

Select an option

Save srph/98781297a0e676cffff2510b701eafe8 to your computer and use it in GitHub Desktop.
<template>
<autocomplete>
<autocomplete-input slot-scope="props" @input="props.onInput" :value="props.value">
</autocomplete-input>
</autocomplete>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment