Skip to content

Instantly share code, notes, and snippets.

<template>
<div class="google-place-search">
<md-field md-clearable>
<label v-if="title">{{title}}</label>
<md-input v-model="key"
id="input"
@focus="inputFocused = true"
@blur="blurInput()"
autocomplete="off"></md-input>
</md-field>