Skip to content

Commit a68c37e

Browse files
authored
Merge pull request #30 from bauerj/patch-1
Fix errors in example code
2 parents ece33e5 + 3d3caeb commit a68c37e

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
@@ -43,7 +43,7 @@ https://github.com/icebob/vue-touch-keyboard/archive/master.zip
4343
<template>
4444
<div>
4545
<input type="text" placeholder="Text input" @focus="show" data-layout="normal" />
46-
<vue-touch-keyboard v-if="visible", :layout="layout", :cancel="hide", :accept="accept", :input="input" />
46+
<vue-touch-keyboard :options="options" v-if="visible" :layout="layout" :cancel="hide" :accept="accept" :input="input" />
4747
</div>
4848
</template>
4949

0 commit comments

Comments
 (0)