Skip to content

Commit 780d8ea

Browse files
committed
README
1 parent 2c09f88 commit 780d8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Vue.use(CustomGoogleAutocomplete)
3535
<template>
3636
<custom-google-autocomplete :options="options" @select="selected = $event)")
3737
<div slot-scope="{ inputAttrs, inputEvents, loading, results, query, selectPrediction, hasResults }">
38-
<input type="search" v-bind="inputAttrs" v-on="inputEvents" />
38+
<input type="search" v-bind="inputAttrs" v-on="inputEvents" />
3939
<div v-for="(prediction, index) in results" :key="'prediction-' + index" @click="selectPrediction(prediction)">
4040
{{ prediction.description }}
4141
</div>

0 commit comments

Comments
 (0)