Created
December 30, 2017 13:03
-
-
Save srph/723804c14e0d1ad89265787cad195f78 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
| <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