Created
December 30, 2017 13:02
-
-
Save srph/98781297a0e676cffff2510b701eafe8 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> | |
| <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