Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelvalle authored Mar 31, 2019
1 parent 1c6493e commit 4bf0a1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ Vue.use(vClickOutside)
vcoConfig: {
handler: this.handler,
middleware: this.middleware,
events: ['dblclick', 'click']
events: ['dblclick', 'click'],
// Note: The default value is true, but in case you want to activate / deactivate
// this directive dynamically use this attribute.
isActive: true
}
},
methods: {
Expand Down

0 comments on commit 4bf0a1b

Please sign in to comment.