Skip to content

Instantly share code, notes, and snippets.

@hfogelberg
Created January 31, 2018 08:49
Show Gist options
  • Save hfogelberg/69d55b5909ce71f574fbc6d875a6e9e9 to your computer and use it in GitHub Desktop.
Save hfogelberg/69d55b5909ce71f574fbc6d875a6e9e9 to your computer and use it in GitHub Desktop.
<template>
<div id="app">
<input ref="autocomplete"
placeholder="Search"
class="search-location"
onfocus="value = ''"
type="text" />
</div>
</template>
<script>
export default {
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment