Skip to content

Instantly share code, notes, and snippets.

@softauthor
Last active January 10, 2020 03:50
Show Gist options
  • Save softauthor/d318b59e71b325403d755c6d40477242 to your computer and use it in GitHub Desktop.
Save softauthor/d318b59e71b325403d755c6d40477242 to your computer and use it in GitHub Desktop.
<template>
<section class="ui two column centered grid">
<div class="column">
<form class="ui segment large form">
<div class="field">
<div class="ui right icon input large">
<input
type="text"
placeholder="Enter your address"
v-model="address"
ref="autocomplete"
/>
<i class="dot circle link icon" @click="locatorButtonPressed"></i>
</div>
</div>
</form>
</div>
</section>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment