Skip to content

Instantly share code, notes, and snippets.

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

  • Save srph/723804c14e0d1ad89265787cad195f78 to your computer and use it in GitHub Desktop.

Select an option

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