Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/iFgR/vue-shortkey
Browse files Browse the repository at this point in the history
  • Loading branch information
fgr-araujo committed Mar 4, 2018
2 parents bfc9540 + 50ff9a5 commit 1b6cb1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 21,947 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Vue.use('vue-shortkey', { prevent: ['.my-class-name', 'textarea.class-of-textare
#### Other uses
With the dynamism offered by Vue, you can easily create shortcuts dynamically
```html
<li v-for="(ctx, item) in itens">
<li v-for="(ctx, item) in items">
<a
href="https://vuejs.org"
target="_blank"
Expand Down
Loading

0 comments on commit 1b6cb1b

Please sign in to comment.